diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 17:50:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 17:50:49 +0000 |
commit | 2425c90274eba98da139edf3abbfcc529852863d (patch) | |
tree | c433de6842d391103981549b0478873a61f29f7a /security/afterglow | |
parent | 9e2b68012b249379f06529503513bf78e2b698ee (diff) |
Notes
Diffstat (limited to 'security/afterglow')
-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 |