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

(-)/usr/ports/security/barnyard2/Makefile (-1 / +8 lines)
Lines 17-23 Link Here
17
OPTIONS=	MYSQL "Enable MySQL support" on \
17
OPTIONS=	MYSQL "Enable MySQL support" on \
18
		POSTGRESQL "Enable PostgreSQL support" off \
18
		POSTGRESQL "Enable PostgreSQL support" off \
19
		SNORT "Depend on security/snort" off \
19
		SNORT "Depend on security/snort" off \
20
		SURICATA "Depend on security/suricata" off
20
		SURICATA "Depend on security/suricata" off \
21
		TCL "Enable TCL support" off 
21
22
22
USE_RC_SUBR=	barnyard2.sh
23
USE_RC_SUBR=	barnyard2.sh
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
Lines 50-55 Link Here
50
RUN_DEPENDS+=	${LOCALBASE}/bin/suricata:${PORTSDIR}/security/suricata
51
RUN_DEPENDS+=	${LOCALBASE}/bin/suricata:${PORTSDIR}/security/suricata
51
.endif
52
.endif
52
53
54
.if defined(WITH_TCL)
55
USE_TCL=		yes
56
CONFIGURE_ARGS+=	--with-tcl=${PREFIX}/lib/tcl8.4
57
LIB_DEPENDS+=   	tcl84.1:${PORTSDIR}/lang/tcl84
58
.endif
59
53
pre-install:
60
pre-install:
54
	${CHMOD} 744 ${WRKSRC}/install-sh
61
	${CHMOD} 744 ${WRKSRC}/install-sh

Return to bug 156341