diff options
author | krion <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | ec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch) | |
tree | 89a2307095c132bb20ec384fd75a853ff48669ed /databases/grass-i18n | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'databases/grass-i18n')
-rw-r--r-- | databases/grass-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/grass-i18n/Makefile b/databases/grass-i18n/Makefile index e09aeaa..58c8eba 100644 --- a/databases/grass-i18n/Makefile +++ b/databases/grass-i18n/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 |