aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php53
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2008-09-23 13:41:43 +0800
committerale <ale@FreeBSD.org>2008-09-23 13:41:43 +0800
commit954ec48ad19f55a7a5c60cebd13aa536e1cdd226 (patch)
treefb0c5fe8f5ee231f7399be0541a7e3571bf95967 /lang/php53
parent52d1a7214dd1db228ba532f3f258a450d6369199 (diff)
downloadfreebsd-ports-gnome-954ec48ad19f55a7a5c60cebd13aa536e1cdd226.tar.gz
freebsd-ports-gnome-954ec48ad19f55a7a5c60cebd13aa536e1cdd226.tar.zst
freebsd-ports-gnome-954ec48ad19f55a7a5c60cebd13aa536e1cdd226.zip
Remove unused configure arg, no functional changes.
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index d70d8714c94c..c1554bb9dc84 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -223,8 +223,7 @@ CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "openssl"
-CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} \
- --with-openssl-dir=${OPENSSLBASE}
+CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl
USE_OPENSSL= yes