diff options
author | az <az@FreeBSD.org> | 2012-06-29 19:04:34 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 19:04:34 +0800 |
commit | a349e66ae195b1069b8d7e27e2a40d0495e7e937 (patch) | |
tree | 363dcb6b28abe334c4428f25650fccc92032eb1b /converters/p5-WAP-wbxml | |
parent | 35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42 (diff) | |
download | freebsd-ports-gnome-a349e66ae195b1069b8d7e27e2a40d0495e7e937.tar.gz freebsd-ports-gnome-a349e66ae195b1069b8d7e27e2a40d0495e7e937.tar.zst freebsd-ports-gnome-a349e66ae195b1069b8d7e27e2a40d0495e7e937.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'converters/p5-WAP-wbxml')
-rw-r--r-- | converters/p5-WAP-wbxml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/p5-WAP-wbxml/Makefile b/converters/p5-WAP-wbxml/Makefile index a567e0395936..10d30dfcfa1a 100644 --- a/converters/p5-WAP-wbxml/Makefile +++ b/converters/p5-WAP-wbxml/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= timur@FreeBSD.org COMMENT= Binarization of XML file -BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \ - ${SITE_PERL}/I18N/Charset.pm:${PORTSDIR}/misc/p5-I18N-Charset \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper +BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \ + p5-I18N-Charset>=0:${PORTSDIR}/misc/p5-I18N-Charset \ + p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper RUN_DEPENDS:= ${BUILD_DEPENDS} USE_DOS2UNIX= yes |