aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xmlppm/Makefile
diff options
context:
space:
mode:
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"