svn commit: r327850 - head/security/barnyard2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 22 05:32:11 UTC 2013


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 at 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


More information about the svn-ports-all mailing list