Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 11:36:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355606 - head/databases/pgtcl
Message-ID:  <201405281136.s4SBa2s7015106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281136.s4SBa2s7015106>