diff options
author | krion <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | 14042a07c94213103476ba10caba0e05d7386a88 (patch) | |
tree | 85ab7d332a60216705aba7ae5ea7bd5afd901b21 /www/p5-AxKit/Makefile | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.zip FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'www/p5-AxKit/Makefile')
-rw-r--r-- | www/p5-AxKit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index 84881aa..434bbc6 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= dom@happygiraffe.net COMMENT= XML Delivery Toolkit for Apache/Perl -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ @@ -56,6 +55,7 @@ MAN3= \ Apache::AxKit::StyleChooser::UserAgent.3 \ AxKit.3 +USE_ICONV= yes PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \ LIBS='-L${LOCALBASE}/lib' \ |