diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-18 21:13:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-18 21:13:02 +0000 |
commit | fcb98a504a4b2d61662773d959b7cc3ee239eb09 (patch) | |
tree | 6c12a9e824cf39ccd0922fe8c2e9a8017ad5fc34 /security/yersinia | |
parent | 154ea12c2bcc68e342c6a93a66297844b157ee60 (diff) | |
download | ports-fcb98a504a4b2d61662773d959b7cc3ee239eb09.tar.gz ports-fcb98a504a4b2d61662773d959b7cc3ee239eb09.zip |
Notes
Diffstat (limited to 'security/yersinia')
-rw-r--r-- | security/yersinia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index f7a94309d6c0..c32a41913ffd 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -7,13 +7,14 @@ PORTNAME= yersinia PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.yersinia.net/download/ MAINTAINER= ayu@commun.jp COMMENT= Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...) -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +LIB_DEPENDS= net:${PORTSDIR}/net/libnet .if !defined(WITHOUT_GTK) .if exists(${LOCALBASE}/include/gtk-2.0/gtk/gtk.h) |