diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-14 16:21:00 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-14 16:21:00 +0000 |
commit | bf001e85f4b56965a5967b344c0d2ca23d1ae94d (patch) | |
tree | 6caebb9ca6f9cbecaacaac37c855997fcf2592e3 | |
parent | Turn WITH_MULTI_IF into an OPTION and pet portlint. I am not even (diff) |
Unbreak.
Notes
Notes:
svn path=/head/; revision=361797
-rw-r--r-- | net/vortex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vortex/Makefile b/net/vortex/Makefile index ce0a0e133ac4..007f889cbea0 100644 --- a/net/vortex/Makefile +++ b/net/vortex/Makefile @@ -12,7 +12,7 @@ COMMENT= Network surveillance engine LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids-libnet11 \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids-libnet11 LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet LIBNET_CONFIG= ${LOCALBASE}/bin/libnet11-config |