diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-06 11:02:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-06 11:02:04 +0800 |
commit | 1007dacceb71f3d53511e4a67b81a04b5cd604be (patch) | |
tree | 0d5d8bf1567ef580e8baca301408ff8ad1f26cf5 /security | |
parent | a9a5eb1afd45f3b0a28936e2f6d3de4d915fc1b1 (diff) | |
download | freebsd-ports-gnome-1007dacceb71f3d53511e4a67b81a04b5cd604be.tar.gz freebsd-ports-gnome-1007dacceb71f3d53511e4a67b81a04b5cd604be.tar.zst freebsd-ports-gnome-1007dacceb71f3d53511e4a67b81a04b5cd604be.zip |
- fix build error when configured with FLEXRESP2
PR: ports/109830
Submitted by: alfss<alfss_AT_netco dot ru>
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 9f655c570035..b3ca95a5e099 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -84,7 +84,7 @@ CONFIGURE_ARGS+= --enable-flexresp \ BROKEN= FLEXRESP2 patch file does not incorporate cleanly PATCH_SITES+= http://cerberus.sourcefire.com/~jeff/archives/snort/sp_respond2/ PATCHFILES+= sp_respond2.diff.gz -BUILD_DEPENDS+= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +BUILD_DEPENDS+= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ libdnet*>=1.10_1:${PORTSDIR}/net/libdnet CONFIGURE_ARGS+= --enable-flexresp2 \ --with-libnet-includes=${LIBNET_INCDIR} \ |