View | Details | Raw Unified | Return to bug 152009
Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 26-32 Link Here
26
		POSTGRESQL "Enable PostgreSQL support" off \
26
		POSTGRESQL "Enable PostgreSQL support" off \
27
		PRELUDE "Enable Prelude NIDS integration" off \
27
		PRELUDE "Enable Prelude NIDS integration" off \
28
		PERPROFILE "Enable Performance Profiling" off \
28
		PERPROFILE "Enable Performance Profiling" off \
29
		SNORTSAM "Enable output plugin to SnortSam" off
29
		SNORTSAM "Enable output plugin to SnortSam" off \
30
		IPV6 "Enable IPv6 support" off
30
31
31
USE_RC_SUBR=	snort.sh
32
USE_RC_SUBR=	snort.sh
32
SUB_FILES=	pkg-message
33
SUB_FILES=	pkg-message
Lines 131-136 Link Here
131
PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam
132
PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam
132
.endif
133
.endif
133
134
135
.if defined(WITH_IPV6)
136
CONFIGURE_ARGS+=	--enable-ipv6
137
.endif
138
134
post-patch:
139
post-patch:
135
.if defined(NOPORTDOCS)
140
.if defined(NOPORTDOCS)
136
	@${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in
141
	@${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in

Return to bug 152009