diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2002-06-20 02:46:29 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2002-06-20 02:46:29 +0000 |
commit | a5f5c72a6df8a206769ee3846221fe0bc5f6037e (patch) | |
tree | b39f28c2a8764fe7675252d87e6bd7bbb3c850b1 /science/vis5d+ | |
parent | 1a7100eb8a9f6d9c0602afbb286e97e5e15764da (diff) | |
download | ports-a5f5c72a6df8a206769ee3846221fe0bc5f6037e.tar.gz ports-a5f5c72a6df8a206769ee3846221fe0bc5f6037e.zip |
Add missing dependency on gtkgl and unbreak the port.
PR: 39551
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes:
svn path=/head/; revision=61611
Diffstat (limited to 'science/vis5d+')
-rw-r--r-- | science/vis5d+/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index b8998d061fc4..4828246b1a6a 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -18,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \ convert:${PORTSDIR}/graphics/ImageMagick LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - netcdf.1:${PORTSDIR}/math/netcdf + netcdf.1:${PORTSDIR}/math/netcdf \ + gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick USE_BISON= yes |