diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-10-31 12:11:02 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-10-31 12:11:02 +0800 |
commit | 1d30a3bda4b86e1d4fdb54c3187623ae2decd88e (patch) | |
tree | f47ca2ffaa46d2deb1918840cb37d9e65b144c4f /textproc | |
parent | c3888cb65bbfa2333d470c551715904ff5f44104 (diff) | |
download | freebsd-ports-gnome-1d30a3bda4b86e1d4fdb54c3187623ae2decd88e.tar.gz freebsd-ports-gnome-1d30a3bda4b86e1d4fdb54c3187623ae2decd88e.tar.zst freebsd-ports-gnome-1d30a3bda4b86e1d4fdb54c3187623ae2decd88e.zip |
Submitted by: bento and kris@
Add p5-XML-SimpleObject into BUILD_DEPENDS, and also bump PORTREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-SimpleObject-LibXML/Makefile b/textproc/p5-XML-SimpleObject-LibXML/Makefile index c3aad792af98..788eaecedce4 100644 --- a/textproc/p5-XML-SimpleObject-LibXML/Makefile +++ b/textproc/p5-XML-SimpleObject-LibXML/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-SimpleObject-LibXML PORTVERSION= 0.59 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple(r) object representation of an XML::LibXML DOM object -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ + ${SITE_PERL}/XML/SimpleObject/LibXML.pm:${PORTSDIR}/textproc/p5-XML-SimpleObject PERL_CONFIGURE= YES |