diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-06 17:58:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-06 17:58:35 +0000 |
commit | 89156963cea0762054f15c81ef2df54fc9cc2919 (patch) | |
tree | d108d5e617aa55894033d303de1b17b260658776 /security/yersinia | |
parent | - Fix bsd-user targets running scripts with shebang args. [1] (diff) |
- Stage support
- New LIB_DEPENDS syntax
Notes
Notes:
svn path=/head/; revision=343129
Diffstat (limited to 'security/yersinia')
-rw-r--r-- | security/yersinia/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index 4b73833f12c7..65452ff3edb1 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.yersinia.net/download/ MAINTAINER= ayu@commun.jp COMMENT= Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...) -LIB_DEPENDS= net:${PORTSDIR}/net/libnet +LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet .if !defined(WITHOUT_GTK) .if exists(${LOCALBASE}/include/gtk-2.0/gtk/gtk.h) @@ -35,7 +35,6 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config PLIST_FILES= sbin/yersinia \ man/man8/yersinia.8.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \ ${WRKSRC}/src/Makefile.in |