aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXSLT
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 18:30:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 18:30:50 +0000
commit7524984514d9912fcc2d995f43ccf22ad0ce3c5f (patch)
tree275aa83a667b4170d49c0053bee5ae2457c4c498 /textproc/p5-XML-LibXSLT
parent7c03628c05d6ac700c78bae93d7d86c0334921fb (diff)
downloadports-7524984514d9912fcc2d995f43ccf22ad0ce3c5f.tar.gz
ports-7524984514d9912fcc2d995f43ccf22ad0ce3c5f.zip
Chase the libxslt shared lib version with a PORTREVISION bump.
Notes
Notes: svn path=/head/; revision=93101
Diffstat (limited to 'textproc/p5-XML-LibXSLT')
-rw-r--r--textproc/p5-XML-LibXSLT/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile
index 5817970774e3..94bdc34f8ae5 100644
--- a/textproc/p5-XML-LibXSLT/Makefile
+++ b/textproc/p5-XML-LibXSLT/Makefile
@@ -7,6 +7,7 @@
PORTNAME= XML-LibXSLT
PORTVERSION= 1.53
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -18,7 +19,7 @@ COMMENT= Perl interface to the GNOME XSLT library
BUILD_DEPENDS= ${PERL_ABASE}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS= ${PERL_ABASE}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
- xslt.1:${PORTSDIR}/textproc/libxslt
+ xslt.2:${PORTSDIR}/textproc/libxslt
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'