diff options
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> |