diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-06 13:06:20 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-06 13:06:20 +0000 |
commit | c58b4d3ecab966f62133386c1469e9e4843b5d58 (patch) | |
tree | 2f4c274e19cce06b59dfbe1828f795af60dd13e4 /devel/p5-Iterator-Util | |
parent | 0cb9d79b87ffa8088febeecc054b5e4fc7cda497 (diff) | |
download | ports-c58b4d3ecab966f62133386c1469e9e4843b5d58.tar.gz ports-c58b4d3ecab966f62133386c1469e9e4843b5d58.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes:
svn path=/head/; revision=298588
Diffstat (limited to 'devel/p5-Iterator-Util')
-rw-r--r-- | devel/p5-Iterator-Util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Iterator-Util/Makefile b/devel/p5-Iterator-Util/Makefile index 90507d9291d7..b2044b349b57 100644 --- a/devel/p5-Iterator-Util/Makefile +++ b/devel/p5-Iterator-Util/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Essential utilities for the Iterator class -BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator +BUILD_DEPENDS= p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Iterator::Util.3 |