[Midnightbsd-cvs] mports [17978] trunk/lang/php5/Makefile.ext: add a libdepends for sqlite3 from ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jan 2 17:44:23 EST 2015


Revision: 17978
          http://svnweb.midnightbsd.org/mports/?rev=17978
Author:   laffer1
Date:     2015-01-02 17:44:22 -0500 (Fri, 02 Jan 2015)
Log Message:
-----------
add a libdepends for sqlite3 from ports

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

Modified: trunk/lang/php5/Makefile.ext
===================================================================
--- trunk/lang/php5/Makefile.ext	2015-01-02 22:38:53 UTC (rev 17977)
+++ trunk/lang/php5/Makefile.ext	2015-01-02 22:44:22 UTC (rev 17978)
@@ -350,6 +350,7 @@
 .if ${PHP_MODNAME} == "sqlite3"
 USE_SQLITE=	yes
 CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
+LIB_DEPENDS+=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 .endif
 
 .if ${PHP_MODNAME} == "sybase_ct"



More information about the Midnightbsd-cvs mailing list