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 /security/php5-mcrypt/Makefile | |
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 'security/php5-mcrypt/Makefile')
-rw-r--r-- | security/php5-mcrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/php5-mcrypt/Makefile b/security/php5-mcrypt/Makefile index 0bfe722f97aa..719f81c735d4 100644 --- a/security/php5-mcrypt/Makefile +++ b/security/php5-mcrypt/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php5 |