diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /security/snort | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) |
Notes
Diffstat (limited to 'security/snort')
-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 409a453acc02..2db72ad10198 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 USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-dynamicplugin PLIST_SUB+= DYNAMIC="" @@ -126,7 +126,7 @@ CONFIGURE_ARGS+= --enable-perfprofiling .endif .if defined(WITH_SNORTSAM) -USE_AUTOTOOLS+= automake:111 +USE_AUTOTOOLS+= automake PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam .endif |