diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-06-12 15:49:43 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-06-12 15:49:43 +0800 |
commit | 5fffa1a50d8484347c3c1c4676feb566f4f4e145 (patch) | |
tree | 71b586873a94b3068eb659ad9f74adb3417750c3 /graphics/p5-VCG | |
parent | c52f588b8a55ee46166292b3e90a7bc83e84fc58 (diff) | |
download | freebsd-ports-gnome-5fffa1a50d8484347c3c1c4676feb566f4f4e145.tar.gz freebsd-ports-gnome-5fffa1a50d8484347c3c1c4676feb566f4f4e145.tar.zst freebsd-ports-gnome-5fffa1a50d8484347c3c1c4676feb566f4f4e145.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'graphics/p5-VCG')
-rw-r--r-- | graphics/p5-VCG/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-VCG/Makefile b/graphics/p5-VCG/Makefile index d5f69ba5176a..c53a57ae65d9 100644 --- a/graphics/p5-VCG/Makefile +++ b/graphics/p5-VCG/Makefile @@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to the VCG graphing tool -BUILD_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run +BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} \ xvcg:${PORTSDIR}/graphics/vcg |