diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-09-23 05:41:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-09-23 05:41:43 +0000 |
commit | f24f3c8898d74c3c6a2a7bc0c43e9b3065ee9153 (patch) | |
tree | 609454c9eaf92a5b379ae96db51a825dd97e348d /lang/php53 | |
parent | 00dbd69ed2de5a0888b75c8b200f9cfe35425d09 (diff) | |
download | ports-f24f3c8898d74c3c6a2a7bc0c43e9b3065ee9153.tar.gz ports-f24f3c8898d74c3c6a2a7bc0c43e9b3065ee9153.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 3 |
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 |