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 | cd0813ce61e3870a125aef80860b791c46c134f3 (patch) | |
tree | da5e1cb19fe15553adefed6a3dce16bb4c913420 /mail/imp | |
parent | 897b7dfe7a0e6e790d70aeb0cf75e22729d02e19 (diff) | |
download | pkgsrc-cd0813ce61e3870a125aef80860b791c46c134f3.tar.gz |
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 41c8f0d08f3..6b65d086957 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2013/03/16 07:21:20 obache Exp $ +# $NetBSD: Makefile,v 1.60 2015/12/19 14:27:14 taca Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -19,6 +19,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode-[0-9]*:../../mail/pear-Mail_mimeDecode +PHP_VERSIONS_ACCEPTED= 55 56 + USE_TOOLS+= pax PKG_DESTDIR_SUPPORT= destdir |