diff options
author | az <az@FreeBSD.org> | 2012-06-04 11:16:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 11:16:02 +0800 |
commit | 4b6e205dce71ca700ece68d8fe2c97c44966ca7b (patch) | |
tree | ee8a742abd774337e3746a45915a23c1f2567388 /textproc | |
parent | 9c15c0ce5dd32a7f06bff82b1f7b531b763e623b (diff) | |
download | freebsd-ports-gnome-4b6e205dce71ca700ece68d8fe2c97c44966ca7b.tar.gz freebsd-ports-gnome-4b6e205dce71ca700ece68d8fe2c97c44966ca7b.tar.zst freebsd-ports-gnome-4b6e205dce71ca700ece68d8fe2c97c44966ca7b.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (miwi@ via IRC)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Trim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile index 0e0d59795438..41df31fc45cc 100644 --- a/textproc/p5-Text-Trim/Makefile +++ b/textproc/p5-Text-Trim/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Extract the structure of a quoted mail message -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USE_PERL5= yes PERL_MODBUILD= Module::Build |