diff options
Diffstat (limited to 'textproc/re_graph/Makefile')
-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} |