diff options
author | culot <culot@FreeBSD.org> | 2012-06-04 21:18:35 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-04 21:18:35 +0800 |
commit | 5682e2535c7cdf309edb0774c4c37e796fa5399f (patch) | |
tree | 050382830b9bb33fb91f71c7665b1a99cbea5e3f /textproc/p5-Template-Extract | |
parent | fc67a16a9878ca2b11eac2793cfae8e35a8f2d52 (diff) | |
download | freebsd-ports-gnome-5682e2535c7cdf309edb0774c4c37e796fa5399f.tar.gz freebsd-ports-gnome-5682e2535c7cdf309edb0774c4c37e796fa5399f.tar.zst freebsd-ports-gnome-5682e2535c7cdf309edb0774c4c37e796fa5399f.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-Template-Extract')
-rw-r--r-- | textproc/p5-Template-Extract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Template-Extract/Makefile b/textproc/p5-Template-Extract/Makefile index 8a0d2a9dfad7..008410db4812 100644 --- a/textproc/p5-Template-Extract/Makefile +++ b/textproc/p5-Template-Extract/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use TT2 syntax to extract data from documents -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |