diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /databases/grass-i18n | |
parent | Make 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-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 e09aeaa0b9c2..58c8eba974a7 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 |