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:
parent
1a7100eb8a
commit
a5f5c72a6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61611
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue