summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-07-18 07:40:41 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-07-18 07:40:41 +0000
commitd87aab5edd53cb273210bb134c9ff0f4cc9f72c6 (patch)
tree54437cabd484e122238bbdc1954080000d93adff /lang/php53
parent- Fix package name detection (diff)
- fix a typo which results in php53-pdo_mysql to always set USE_MYSQL
- bump PORTREVISION of php53-pdo_mysql PR: ports/169959 Submitted by: Alexey Markov <redrat@mail.ru>
Notes
Notes: svn path=/head/; revision=301070
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 08756ecc7a32..3a3c4e73f7f1 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -591,7 +591,7 @@ CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC,${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "pdo_mysql"
-. if ${PORT_OPTIONS:MYSQLND}
+. if ${PORT_OPTIONS:MMYSQLND}
CONFIGURE_ARGS+=--with-pdo-mysql=mysqlnd
USE_PHP+= mysql