diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/afterglow | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'security/afterglow')
-rw-r--r-- | security/afterglow/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/afterglow/Makefile b/security/afterglow/Makefile index 9a3f8ffc7536..495199961372 100644 --- a/security/afterglow/Makefile +++ b/security/afterglow/Makefile @@ -13,10 +13,10 @@ COMMENT= Collection of graph-generating scripts LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL -RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ - p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous +RUN_DEPENDS= dot:graphics/graphviz \ + p5-Text-CSV>=0:textproc/p5-Text-CSV \ + p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \ + p5-IP-Anonymous>=0:net/p5-IP-Anonymous USES= shebangfix SHEBANG_FILES= data/generate.pl \ |