aboutsummaryrefslogtreecommitdiff
path: root/security/barnyard2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-22 05:32:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-22 05:32:10 +0000
commit195551ea3615ccd5779ad196c72151eedf2641bc (patch)
treef08a86275aa37d212696a1976e59bb4c09f98263 /security/barnyard2
parentc75a425c876957554910fb009ba285110ec5bb12 (diff)
downloadports-195551ea3615ccd5779ad196c72151eedf2641bc.tar.gz
ports-195551ea3615ccd5779ad196c72151eedf2641bc.zip
- Use USES=tcl
- While I'm here, add NO_STAGE=yes PR: ports/182250 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=327850
Diffstat (limited to 'security/barnyard2')
-rw-r--r--security/barnyard2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile
index eceaf61e860e..4a8182528ab5 100644
--- a/security/barnyard2/Makefile
+++ b/security/barnyard2/Makefile
@@ -37,6 +37,7 @@ ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal
USE_RC_SUBR= barnyard2
GNU_CONFIGURE= yes
+NO_STAGE= yes
SUB_FILES= pkg-message
@@ -45,7 +46,6 @@ PORTDOCS2= INSTALL README.aruba README.database README.sguil README.snortsam
PORTDOCS= ${PORTDOCS1} ${PORTDOCS2}
PORTEXAMPLES= SCHEMA_ACCESS create_db2 create_mssql create_mysql create_oracle.sql create_postgresql
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:M64BIT}
@@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --without-postgresql
.endif
.if ${PORT_OPTIONS:MTCL}
-USE_TCL= yes
+USES+= tcl
CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER}
.else
CONFIGURE_ARGS+= --without-tcl