diff options
author | az <az@FreeBSD.org> | 2012-06-05 00:42:28 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 00:42:28 +0800 |
commit | 65e908a7ac6f81f8496cf662721e6479f3f7aede (patch) | |
tree | 07be3c07da94c1ee8c7c422c128e5780585d0d92 /textproc/p5-XML-XBEL | |
parent | 863f69d2885a9b895292638876f9fd4c41e7a8ef (diff) | |
download | freebsd-ports-gnome-65e908a7ac6f81f8496cf662721e6479f3f7aede.tar.gz freebsd-ports-gnome-65e908a7ac6f81f8496cf662721e6479f3f7aede.tar.zst freebsd-ports-gnome-65e908a7ac6f81f8496cf662721e6479f3f7aede.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'textproc/p5-XML-XBEL')
-rw-r--r-- | textproc/p5-XML-XBEL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-XBEL/Makefile b/textproc/p5-XML-XBEL/Makefile index 02415608ffe5..07e581eeec33 100644 --- a/textproc/p5-XML-XBEL/Makefile +++ b/textproc/p5-XML-XBEL/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= OOP for reading and writing XBEL documents -BUILD_DEPENDS= ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |