aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-12-30 03:50:32 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-12-30 03:50:32 +0000
commitcad10d6404b3230f9409c1c7e567d00d0af607d1 (patch)
tree72fb2a590133bd818d9153dddecda2fc42fc05ae /textproc
parent8a1f93439e5b4cf9bed96b282ef57aac30cb02d5 (diff)
downloadports-cad10d6404b3230f9409c1c7e567d00d0af607d1.tar.gz
ports-cad10d6404b3230f9409c1c7e567d00d0af607d1.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-LibXSLT/Makefile3
-rw-r--r--textproc/p5-XML-LibXSLT/pkg-comment2
2 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile
index ba60e635a96e..2989906e03f4 100644
--- a/textproc/p5-XML-LibXSLT/Makefile
+++ b/textproc/p5-XML-LibXSLT/Makefile
@@ -14,11 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
+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
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'
+PERL_ABASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
MAN3= XML::LibXSLT.3
diff --git a/textproc/p5-XML-LibXSLT/pkg-comment b/textproc/p5-XML-LibXSLT/pkg-comment
index b43ed7f8291a..de352a73de67 100644
--- a/textproc/p5-XML-LibXSLT/pkg-comment
+++ b/textproc/p5-XML-LibXSLT/pkg-comment
@@ -1 +1 @@
-A Perl interface to the GNOME XSLT library.
+Perl interface to the GNOME XSLT library