[Midnightbsd-cvs] mports [20705] trunk/lang/php56/Makefile.ext: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 8 11:47:26 EST 2015


Revision: 20705
          http://svnweb.midnightbsd.org/mports/?rev=20705
Author:   laffer1
Date:     2015-11-08 11:47:25 -0500 (Sun, 08 Nov 2015)
Log Message:
-----------
fix depends

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

Modified: trunk/lang/php56/Makefile.ext
===================================================================
--- trunk/lang/php56/Makefile.ext	2015-11-08 16:46:58 UTC (rev 20704)
+++ trunk/lang/php56/Makefile.ext	2015-11-08 16:47:25 UTC (rev 20705)
@@ -269,6 +269,7 @@
 
 .if ${PHP_MODNAME} == "pdo_pgsql"
 USES+=		pgsql
+USE_PGSQL=	yes
 
 CONFIGURE_ARGS+=--with-pdo-pgsql=${LOCALBASE}
 
@@ -286,6 +287,7 @@
 
 .if ${PHP_MODNAME} == "pgsql"
 USES+=		pgsql
+USE_PGSQL=	yes
 
 CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
 .endif



More information about the Midnightbsd-cvs mailing list