diff options
author | taca <taca@pkgsrc.org> | 2015-12-19 14:27:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-19 14:27:12 +0000 |
commit | d228b7ff31d39de444588bfd16c4a58520ae0773 (patch) | |
tree | da5e1cb19fe15553adefed6a3dce16bb4c913420 /mail/mimp | |
parent | b8183609de0c1a069dd71a5f80056b440ff5796e (diff) | |
download | pkgsrc-d228b7ff31d39de444588bfd16c4a58520ae0773.tar.gz |
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.
Diffstat (limited to 'mail/mimp')
-rw-r--r-- | mail/mimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mimp/Makefile b/mail/mimp/Makefile index 1a4d8a89bdd..017cb6e8601 100644 --- a/mail/mimp/Makefile +++ b/mail/mimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/03/16 07:21:21 obache Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:14 taca Exp $ DISTNAME= mimp-h3-${MIMPVER} PKGNAME= mimp-${MIMPVER} @@ -14,6 +14,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= imp>=4.2:../../mail/imp +PHP_VERSIONS_ACCEPTED= 55 56 + USE_TOOLS+= pax PKG_DESTDIR_SUPPORT= destdir |