diff options
author | az <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
commit | 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (patch) | |
tree | 25790a2d62913403336bcbc79b6928259a713b72 /graphics/p5-GD-Graph-ohlc | |
parent | 993695bac18e6d1d7d75491881526bc0cca0e9a8 (diff) | |
download | freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.gz freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.zst freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'graphics/p5-GD-Graph-ohlc')
-rw-r--r-- | graphics/p5-GD-Graph-ohlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD-Graph-ohlc/Makefile b/graphics/p5-GD-Graph-ohlc/Makefile index 08bd6c843275..24c78c42a991 100644 --- a/graphics/p5-GD-Graph-ohlc/Makefile +++ b/graphics/p5-GD-Graph-ohlc/Makefile @@ -16,8 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Create charts displaying the open, high, low, and close -BUILD_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |