diff options
author | glewis <glewis@FreeBSD.org> | 2002-06-20 10:46:29 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2002-06-20 10:46:29 +0800 |
commit | affa061813275995daae6e4b6f9c0051e1b4a944 (patch) | |
tree | ea7993fb2b08ba21d1fab0409f1b07d545b46b92 | |
parent | c6ec2c00a1d9c326bce84d7a809d60c692a700eb (diff) | |
download | freebsd-ports-gnome-affa061813275995daae6e4b6f9c0051e1b4a944.tar.gz freebsd-ports-gnome-affa061813275995daae6e4b6f9c0051e1b4a944.tar.zst freebsd-ports-gnome-affa061813275995daae6e4b6f9c0051e1b4a944.zip |
Add missing dependency on gtkgl and unbreak the port.
PR: 39551
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-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 |