security/barnyard2, port update to comply with new USES paradigm
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
Author: sunpoet Date: Sun Sep 22 05:32:10 2013 New Revision: 327850 URL: http://svnweb.freebsd.org/changeset/ports/327850 Log: - Use USES=tcl - While I'm here, add NO_STAGE=yes PR: ports/182250 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Modified: head/security/barnyard2/Makefile Modified: head/security/barnyard2/Makefile ============================================================================== --- head/security/barnyard2/Makefile Sun Sep 22 05:32:06 2013 (r327849) +++ head/security/barnyard2/Makefile Sun Sep 22 05:32:10 2013 (r327850) @@ -37,6 +37,7 @@ ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/shar USE_RC_SUBR= barnyard2 GNU_CONFIGURE= yes +NO_STAGE= yes SUB_FILES= pkg-message @@ -45,7 +46,6 @@ PORTDOCS2= INSTALL README.aruba README.d 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!