diff options
author | culot <culot@FreeBSD.org> | 2012-06-05 20:22:33 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-05 20:22:33 +0800 |
commit | 156a62f703a46b0c306bd4a2d165e81457244616 (patch) | |
tree | b1d49e9dd36141c2158794c7f83dec09f03b21b9 /textproc/p5-libxml | |
parent | c8fd35cc6713bdfa6a9ace776386f48065901245 (diff) | |
download | freebsd-ports-gnome-156a62f703a46b0c306bd4a2d165e81457244616.tar.gz freebsd-ports-gnome-156a62f703a46b0c306bd4a2d165e81457244616.tar.zst freebsd-ports-gnome-156a62f703a46b0c306bd4a2d165e81457244616.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-libxml')
-rw-r--r-- | textproc/p5-libxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index 8001ee3a1b72..603180c24e63 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -15,7 +15,7 @@ DISTNAME= libxml-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Collection of Perl5 modules for working with XML -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |