Index: security/snort/Makefile =================================================================== RCS file: /home/pcvs/ports/security/snort/Makefile,v --- security/snort/Makefile 15 Sep 2010 18:35:10 -0000 1.124 +++ security/snort/Makefile 12 Nov 2010 16:10:26 -0000 @@ -31,6 +31,7 @@ USE_RC_SUBR= snort.sh SUB_FILES= pkg-message GNU_CONFIGURE= yes +USE_AUTOTOOLS= # empty CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" PATCH_DIST_STRIP= -p1 MAKE_JOBS_UNSAFE= yes @@ -61,7 +62,7 @@ .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 +127,7 @@ .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