From ec7e839df6339ee2ce45b2a86705d36babd6ddb2 Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 30 Mar 2004 19:20:22 +0000 Subject: - Use USE_ICONV knob Approved by: portmgr --- devel/apr2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/apr2') diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 2b60b96b01cc..533dca15aa60 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -26,9 +26,9 @@ DISTFILES= apr-APR_0_9_BRANCH_20040113112838.tar.gz apr-util-APU_0_9_BRANCH_2004 MAINTAINER= rodrigc@crodrigues.org COMMENT= The Apache Group's Portability Library -LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 +USE_ICONV= yes USE_AUTOCONF_VER= 257 USE_PERL5= yes USE_GMAKE= yes -- cgit