diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-17 23:27:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-17 23:27:08 +0000 |
commit | d42b12b27d37e6c31ab17cb61578949e13d444c9 (patch) | |
tree | 4e3ba6c815fe22f816748b209efd9d13c03fd811 /lang/php53 | |
parent | Remove two obsolete and unused lines. (diff) |
- Bump PORTREVISIONs on php*-mcrypt after libmcrypt .so version change
- Drop specific libmcrypt so version requirement from php53 to fix build
Submitted by: Matthew D. Fuller <fullermd at over-yonder dot net>
Notes
Notes:
svn path=/head/; revision=368418
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index cf9a18ebd2a9..d2271e7a5805 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -175,7 +175,7 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls .if ${PHP_MODNAME} == "mcrypt" LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \ - libmcrypt.so.8:${PORTSDIR}/security/libmcrypt + libmcrypt.so:${PORTSDIR}/security/libmcrypt CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} .endif |