diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-12-03 18:54:33 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-12-03 18:54:33 +0000 |
commit | 781d5f003bcc57252a9caf00bc7d48dba333dee5 (patch) | |
tree | 8d7477c1837449829450a7d74167b25efe0d8725 /security | |
parent | a19686629f8545aab8f904e348a4290ec6024f71 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/snort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 8be53cd3fc6d..409a453acc02 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -61,7 +61,7 @@ LIBNET_LIBDIR= ${LIBNET_LIBS:M-L*:S/-L//} .endif .if !defined(WITHOUT_DYNAMIC) -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS+= libtool:22 USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-dynamicplugin PLIST_SUB+= DYNAMIC="" @@ -126,7 +126,7 @@ CONFIGURE_ARGS+= --enable-perfprofiling .endif .if defined(WITH_SNORTSAM) -BUILD_DEPENDS+= automake>=1.10.3:${PORTSDIR}/devel/automake110 +USE_AUTOTOOLS+= automake:111 PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam .endif |