aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/Makefile.ext
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-05-20 08:27:29 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-05-20 08:27:29 +0000
commitcc137a49e95339da3fffd346f89ebb099489cedc (patch)
treef2bd36f58deff5be870f46f3a1312a1a03c412a4 /lang/php53/Makefile.ext
parent01693688cc95da008677f8712094b6965309c7d7 (diff)
downloadports-cc137a49e95339da3fffd346f89ebb099489cedc.tar.gz
ports-cc137a49e95339da3fffd346f89ebb099489cedc.zip
Notes
Diffstat (limited to 'lang/php53/Makefile.ext')
-rw-r--r--lang/php53/Makefile.ext3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 7963d745d379..c248c1dc91dc 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -267,7 +267,8 @@ USE_GCC= 3.4+
.endif
.if ${PHP_MODNAME} == "pdo_mysql"
-CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE}
+CONFIGURE_ARGS+=--with-pdo-mysql=${LOCALBASE} \
+ --with-zlib-dir=/usr
USE_MYSQL= yes