aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-22 13:32:10 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-22 13:32:10 +0800
commit804aa1401f484c8b96f01d685b7e22be8468836f (patch)
treef08a86275aa37d212696a1976e59bb4c09f98263 /security
parent314f4173386edbc82dd008f1af302a7d4cf49155 (diff)
downloadfreebsd-ports-gnome-804aa1401f484c8b96f01d685b7e22be8468836f.tar.gz
freebsd-ports-gnome-804aa1401f484c8b96f01d685b7e22be8468836f.tar.zst
freebsd-ports-gnome-804aa1401f484c8b96f01d685b7e22be8468836f.zip
- Use USES=tcl
- While I'm here, add NO_STAGE=yes PR: ports/182250 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
Diffstat (limited to 'security')
-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