diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-02-04 14:32:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-02-04 14:32:57 +0800 |
commit | 3744f9f70cd787a2486c9cae45fe7b8d78fd2425 (patch) | |
tree | 07d094aa98ee9152843f45b66c0fdc256cebc3f0 /textproc | |
parent | aa224691228673af10e6d0dc421c29b458e556e2 (diff) | |
download | freebsd-ports-gnome-3744f9f70cd787a2486c9cae45fe7b8d78fd2425.tar.gz freebsd-ports-gnome-3744f9f70cd787a2486c9cae45fe7b8d78fd2425.tar.zst freebsd-ports-gnome-3744f9f70cd787a2486c9cae45fe7b8d78fd2425.zip |
make it depends on xerces-c2 native transcoder, which works well with the upcoming p5-XML-Xerces-BagOfTricks
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> |