[Midnightbsd-cvs] mports [20704] trunk/lang/php55/Makefile.ext: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 8 11:46:58 EST 2015


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

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

Modified: trunk/lang/php55/Makefile.ext
===================================================================
--- trunk/lang/php55/Makefile.ext	2015-11-08 16:43:52 UTC (rev 20703)
+++ trunk/lang/php55/Makefile.ext	2015-11-08 16:46:58 UTC (rev 20704)
@@ -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