aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
commita9f655130603ff40a917146738a8cb2487ed5f82 (patch)
tree5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /science
parentc6f7e574ed68c7363c234c63e9d7af5f6599b904 (diff)
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=105726
Diffstat (limited to 'science')
-rw-r--r--science/vis5d+/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile
index 1076e27f07ba..abb5af0e376e 100644
--- a/science/vis5d+/Makefile
+++ b/science/vis5d+/Makefile
@@ -18,13 +18,13 @@ COMMENT= An OpenGL-based volumetric visualization program for scientific dataset
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 \
+LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf \
gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
USE_GL= yes
USE_GNOME= gnometarget gtk12
+USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-gtk --enable-threads --with-netcdf \