svn commit: r355606 - head/databases/pgtcl

Baptiste Daroussin bapt at FreeBSD.org
Wed May 28 11:36:02 UTC 2014


Author: bapt
Date: Wed May 28 11:36:01 2014
New Revision: 355606
URL: http://svnweb.freebsd.org/changeset/ports/355606
QAT: https://qat.redports.org/buildarchive/r355606/

Log:
  Convert to USES=pgsql

Modified:
  head/databases/pgtcl/Makefile

Modified: head/databases/pgtcl/Makefile
==============================================================================
--- head/databases/pgtcl/Makefile	Wed May 28 11:35:34 2014	(r355605)
+++ head/databases/pgtcl/Makefile	Wed May 28 11:36:01 2014	(r355606)
@@ -17,8 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		tcl
-USE_PGSQL=	yes
+USES=		pgsql tcl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR}
 LIBDIR=		${PREFIX}/lib/${PORTNAME}


More information about the svn-ports-all mailing list