summaryrefslogtreecommitdiff
path: root/databases/grass
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:20:22 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:20:22 +0000
commit4efa9ce4aba677e16625a76f8415226114d2d072 (patch)
tree768a9d49a28e618c67e66b92df38c1d490e817b4 /databases/grass
parentMake the last line of Makefile to be (diff)
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=105722
Diffstat (limited to 'databases/grass')
-rw-r--r--databases/grass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index e09aeaa0b9c2..58c8eba974a7 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -23,7 +23,6 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
jpeg.9:${PORTSDIR}/graphics/jpeg \
gd.4:${PORTSDIR}/graphics/gd \
fftw.2:${PORTSDIR}/math/fftw \
- iconv.3:${PORTSDIR}/converters/libiconv \
freetype.9:${PORTSDIR}/print/freetype2 \
gdbm.3:${PORTSDIR}/databases/gdbm \
pq.3:${PORTSDIR}/${POSTGRESQL_PORT} \
@@ -38,6 +37,7 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude *CVS*
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
+USE_ICONV= yes
USE_XLIB= yes
USE_MESA= yes
USE_PERL5= yes