diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:07:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:07:09 +0000 |
commit | 82e4dcc470cfc6e07b2a182ee315989d1adda4dc (patch) | |
tree | d69cdfbe94c6ea41ab87f1b5f256cde645524d92 /devel/cvschangelogbuilder | |
parent | e6353d0b3db307b860585f8ab426823ebe603cb0 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300220
Diffstat (limited to 'devel/cvschangelogbuilder')
-rw-r--r-- | devel/cvschangelogbuilder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvschangelogbuilder/Makefile b/devel/cvschangelogbuilder/Makefile index 1446d9bf9cec..3c7cdaba661d 100644 --- a/devel/cvschangelogbuilder/Makefile +++ b/devel/cvschangelogbuilder/Makefile @@ -15,7 +15,7 @@ COMMENT= Utility to generate changelogs and reports from a CVS repository LICENSE= GPLv2 -RUN_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +RUN_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph NO_BUILD= yes USE_PERL5= yes |