svn commit: r516336 - head/databases/pspg

Dmitri Goutnik dmgk at FreeBSD.org
Sat Nov 2 16:05:26 UTC 2019


Author: dmgk
Date: Sat Nov  2 16:05:25 2019
New Revision: 516336
URL: https://svnweb.freebsd.org/changeset/ports/516336

Log:
  Use correct CONFIGURE_WITH helper
  
  Reported by:	mat
  Approved by:	tz (mentor, implicit)

Modified:
  head/databases/pspg/Makefile

Modified: head/databases/pspg/Makefile
==============================================================================
--- head/databases/pspg/Makefile	Sat Nov  2 15:42:57 2019	(r516335)
+++ head/databases/pspg/Makefile	Sat Nov  2 16:05:25 2019	(r516336)
@@ -28,8 +28,7 @@ OPTIONS_DEFAULT=	PGSQL
 PGSQL_DESC=	Work as PostgreSQL interactive client
 
 PGSQL_USES=	pgsql
-PGSQL_CONFIGURE_OFF=	--without-postgresql
-PGSQL_CONFIGURE_ON=	--with-postgresql=yes
+PGSQL_CONFIGURE_WITH=	postgresql=yes
 PGSQL_VARS=	WANT_PGSQL=client
 
 post-install:


More information about the svn-ports-head mailing list