diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-12 07:49:43 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2012-06-12 07:49:43 +0000 |
commit | 4caad35110a71563f4dacfb501651e3b7623af18 (patch) | |
tree | eb8bd236a011bc157fdb918c968a40fcad5f0e5c /graphics/p5-GraphViz-Data-Structure | |
parent | 2b49887c4576b540cdf7c0c38333ee4d582245bc (diff) |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes:
svn path=/head/; revision=299099
Diffstat (limited to 'graphics/p5-GraphViz-Data-Structure')
-rw-r--r-- | graphics/p5-GraphViz-Data-Structure/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile index 8eda891d0c34..971e9c41715c 100644 --- a/graphics/p5-GraphViz-Data-Structure/Makefile +++ b/graphics/p5-GraphViz-Data-Structure/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visualise data structures -BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \ +BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \ ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS:= ${BUILD_DEPENDS} |