svn commit: r409160 - head/databases/dalmp
Martin Wilke
miwi at FreeBSD.org
Fri Feb 19 08:48:07 UTC 2016
Author: miwi
Date: Fri Feb 19 08:48:06 2016
New Revision: 409160
URL: https://svnweb.freebsd.org/changeset/ports/409160
Log:
- Use mysqli only
Modified:
head/databases/dalmp/Makefile
Modified: head/databases/dalmp/Makefile
==============================================================================
--- head/databases/dalmp/Makefile Fri Feb 19 08:46:49 2016 (r409159)
+++ head/databases/dalmp/Makefile Fri Feb 19 08:48:06 2016 (r409160)
@@ -3,6 +3,7 @@
PORTNAME= dalmp
PORTVERSION= 3.0.3
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= databases
@@ -19,7 +20,7 @@ GH_PROJECT= ${PORTNAME:tu}
USES= tar:bzip2
NO_BUILD= yes
-USE_PHP= pcre mysql mysqli session memcache sqlite3 curl
+USE_PHP= pcre mysqli session memcache sqlite3 curl
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
More information about the svn-ports-head
mailing list