diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-18 01:50:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-18 01:50:49 +0800 |
commit | 3e3e71ebb3493a6edaa170385d2ea9cd3ae3fc48 (patch) | |
tree | e37b0a489785acb3594475f6c2c5cc7549aea0eb /security | |
parent | 37e1bf4e861f0e21d5fc618df6d3cec52fb42c6a (diff) | |
download | freebsd-ports-gnome-3e3e71ebb3493a6edaa170385d2ea9cd3ae3fc48.tar.gz freebsd-ports-gnome-3e3e71ebb3493a6edaa170385d2ea9cd3ae3fc48.tar.zst freebsd-ports-gnome-3e3e71ebb3493a6edaa170385d2ea9cd3ae3fc48.zip |
- Fix INDEX
Diffstat (limited to 'security')
-rw-r--r-- | security/afterglow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/afterglow/Makefile b/security/afterglow/Makefile index 05e6b41d5729..d7853ecfe733 100644 --- a/security/afterglow/Makefile +++ b/security/afterglow/Makefile @@ -17,7 +17,7 @@ COMMENT= A collection of graph-generating scripts RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ ${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \ p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous + p5-Net-IP-Anonymous>=0:${PORTSDIR}/net/p5-Net-IP-Anonymous NO_BUILD= yes |