aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xmlppm/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-31 03:56:43 +0800
committerkrion <krion@FreeBSD.org>2004-03-31 03:56:43 +0800
commit14042a07c94213103476ba10caba0e05d7386a88 (patch)
tree85ab7d332a60216705aba7ae5ea7bd5afd901b21 /textproc/xmlppm/Makefile
parent17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff)
downloadfreebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.gz
freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.tar.zst
freebsd-ports-gnome-14042a07c94213103476ba10caba0e05d7386a88.zip
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'textproc/xmlppm/Makefile')
-rw-r--r--textproc/xmlppm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlppm/Makefile b/textproc/xmlppm/Makefile
index d83877d2b1a3..029c5089b6d6 100644
--- a/textproc/xmlppm/Makefile
+++ b/textproc/xmlppm/Makefile
@@ -18,12 +18,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= XML-Conscious PPM Compression
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- expat.5:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USE_GMAKE= yes
+USE_ICONV= yes
MAKE_ARGS= CC="${CXX}" OPT_FLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lexpat -liconv"