Add missing dependency on gtkgl and unbreak the port.

PR:		39551
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
Greg Lewis 2002-06-20 02:46:29 +00:00
parent 1a7100eb8a
commit a5f5c72a6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61611

View file

@ -18,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \ BUILD_DEPENDS= ${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \
convert:${PORTSDIR}/graphics/ImageMagick convert:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ 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 RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
USE_BISON= yes USE_BISON= yes