diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-15 00:21:00 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-15 00:21:00 +0800 |
commit | 50a72041389e50028a90fdd71c292d542f392c3e (patch) | |
tree | 6caebb9ca6f9cbecaacaac37c855997fcf2592e3 /net/vortex | |
parent | e768f4941ea21b872a612c1d28bb6c36b57c9c68 (diff) | |
download | freebsd-ports-gnome-50a72041389e50028a90fdd71c292d542f392c3e.tar.gz freebsd-ports-gnome-50a72041389e50028a90fdd71c292d542f392c3e.tar.zst freebsd-ports-gnome-50a72041389e50028a90fdd71c292d542f392c3e.zip |
Unbreak.
Diffstat (limited to 'net/vortex')
-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 |