diff options
author | taca <taca@pkgsrc.org> | 2016-09-11 17:03:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-09-11 17:03:25 +0000 |
commit | 8e60bfe54e8293d9dad568e4f63d9161fc738b24 (patch) | |
tree | 9a7c9b41db86f5a5419b5fda1aedb2a950f18bf9 /mail/mimp | |
parent | 7ea70f3f8e1907145da0e77c47b7ef7629fc9019 (diff) | |
download | pkgsrc-8e60bfe54e8293d9dad568e4f63d9161fc738b24.tar.gz |
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'mail/mimp')
-rw-r--r-- | mail/mimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mimp/Makefile b/mail/mimp/Makefile index 2f2a4613863..f7ed26582e1 100644 --- a/mail/mimp/Makefile +++ b/mail/mimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/05/17 10:32:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.5 2016/09/11 17:03:26 taca Exp $ DISTNAME= mimp-h3-${MIMPVER} PKGNAME= mimp-${MIMPVER} @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= imp>=4.2:../../mail/imp -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 USE_TOOLS+= pax |