diff options
author | culot <culot@FreeBSD.org> | 2012-06-08 20:47:19 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-08 20:47:19 +0800 |
commit | 136b2b3d98898c3d2f1561ff00aed4ec83b3c2e2 (patch) | |
tree | 4bace61abb0eee15cc563083985ad3f670f0b140 /devel/p5-Test-Log4perl | |
parent | 526e36f225bf57a298d65fc4b351feb8c95edc9d (diff) | |
download | freebsd-ports-gnome-136b2b3d98898c3d2f1561ff00aed4ec83b3c2e2.tar.gz freebsd-ports-gnome-136b2b3d98898c3d2f1561ff00aed4ec83b3c2e2.tar.zst freebsd-ports-gnome-136b2b3d98898c3d2f1561ff00aed4ec83b3c2e2.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'devel/p5-Test-Log4perl')
-rw-r--r-- | devel/p5-Test-Log4perl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Test-Log4perl/Makefile b/devel/p5-Test-Log4perl/Makefile index 01c46c5395e4..197125298002 100644 --- a/devel/p5-Test-Log4perl/Makefile +++ b/devel/p5-Test-Log4perl/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Test::Log4perl - test Log::Log4perl -BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ - ${SITE_PERL}/Lingua/EN/Numbers/Ordinate.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers-Ordinate \ - ${SITE_PERL}/Class/Accessor/Chained.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ - ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl +BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Lingua-EN-Numbers-Ordinate>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers-Ordinate \ + p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ + p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |