From 5682e2535c7cdf309edb0774c4c37e796fa5399f Mon Sep 17 00:00:00 2001 From: culot Date: Mon, 4 Jun 2012 13:18:35 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Submitted by: az@ --- textproc/p5-Template-Extract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/p5-Template-Extract') 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 -- cgit