diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-04 06:32:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-04 06:32:57 +0000 |
commit | 820990c04fc1b1eadb3dca7d4accc7eb2c2d56a7 (patch) | |
tree | 409934603448e7017bcd041851adc6e1f4a48149 /textproc | |
parent | 6245cf839d15f476c08e01af7ac25e36fe4a5f37 (diff) | |
download | ports-820990c04fc1b1eadb3dca7d4accc7eb2c2d56a7.tar.gz ports-820990c04fc1b1eadb3dca7d4accc7eb2c2d56a7.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 741985300e2d..5ea3a5acdfca 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -8,7 +8,7 @@ PORTNAME= XML-Xerces PORTVERSION= 2.3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -18,11 +18,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= The Perl API to the Apache Xerces XML parser +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:"configure TRANSCODER=native" LIB_DEPENDS= xerces-c.23:${PORTSDIR}/textproc/xerces-c2 PERL_CONFIGURE= yes CONFIGURE_ENV= XERCES_INCLUDE=${LOCALBASE}/include \ - XERCES_LIB=${LOCALBASE}/lib + XERCES_LIB=${LOCALBASE}/lib \ + XERCESCROOT=${PORTSDIR}/textproc/xerces-c2/work/xerces-c-src_2_3_0 USE_GMAKE= yes .include <bsd.port.pre.mk> |