diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /textproc/re_graph | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'textproc/re_graph')
-rw-r--r-- | textproc/re_graph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/re_graph/Makefile b/textproc/re_graph/Makefile index 53dfe9ffe564..36aa9631cac1 100644 --- a/textproc/re_graph/Makefile +++ b/textproc/re_graph/Makefile @@ -17,8 +17,8 @@ EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Regular Expression Graphing Program -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/GD/Arrow.pm:${PORTSDIR}/graphics/p5-GD-Arrow +RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ + p5-GD-Arrow>=0:${PORTSDIR}/graphics/p5-GD-Arrow NO_WRKSUBDIR= yes EXTRACT_CMD= ${TAR} |