aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-LibXSLT
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-12-30 11:50:32 +0800
committerkuriyama <kuriyama@FreeBSD.org>2001-12-30 11:50:32 +0800
commit942630e2c11e4af9f00bc7488be7c788caf2d34e (patch)
treeab14d6b9e88eb9a8d8b4ee50eacf9263724ca241 /textproc/p5-XML-LibXSLT
parentdb35780f44e260552c4d1751cb95dcdbad5f00c9 (diff)
downloadfreebsd-ports-gnome-942630e2c11e4af9f00bc7488be7c788caf2d34e.tar.gz
freebsd-ports-gnome-942630e2c11e4af9f00bc7488be7c788caf2d34e.tar.zst
freebsd-ports-gnome-942630e2c11e4af9f00bc7488be7c788caf2d34e.zip
Fix dependency.
Found by: bento
Diffstat (limited to 'textproc/p5-XML-LibXSLT')
-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