[Midnightbsd-cvs] mports [21813] trunk/lang/php70/Makefile.ext: fix pgsql include

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 21 15:31:02 EDT 2016


Revision: 21813
          http://svnweb.midnightbsd.org/mports/?rev=21813
Author:   laffer1
Date:     2016-08-21 15:31:02 -0400 (Sun, 21 Aug 2016)
Log Message:
-----------
fix pgsql include

Modified Paths:
--------------
    trunk/lang/php70/Makefile.ext

Modified: trunk/lang/php70/Makefile.ext
===================================================================
--- trunk/lang/php70/Makefile.ext	2016-08-21 19:28:27 UTC (rev 21812)
+++ trunk/lang/php70/Makefile.ext	2016-08-21 19:31:02 UTC (rev 21813)
@@ -262,6 +262,7 @@
 
 .if ${PHP_MODNAME} == "pdo_pgsql"
 USES+=		pgsql
+USE_PGSQL=	yes
 
 CONFIGURE_ARGS+=--with-pdo-pgsql=${LOCALBASE}
 
@@ -279,7 +280,7 @@
 
 .if ${PHP_MODNAME} == "pgsql"
 USES+=		pgsql
-
+USE_PGSQL=	yes
 CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
 .endif
 



More information about the Midnightbsd-cvs mailing list