diff options
author | taca <taca@pkgsrc.org> | 2015-12-06 12:13:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-06 12:13:12 +0000 |
commit | 19dfadc274f784c44e232b7f359faf566e2ebd73 (patch) | |
tree | 6f520af076bc276061834128125ed219ffde8956 /www/fengoffice | |
parent | fecc84d3f711aab03f9f43fffc96b8c5b2c017ae (diff) | |
download | pkgsrc-19dfadc274f784c44e232b7f359faf566e2ebd73.tar.gz |
Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
Diffstat (limited to 'www/fengoffice')
-rw-r--r-- | www/fengoffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile index 016c041c46b..64597b2b6ad 100644 --- a/www/fengoffice/Makefile +++ b/www/fengoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/09/27 07:21:39 taca Exp $ +# $NetBSD: Makefile,v 1.35 2015/12/06 12:13:13 taca Exp $ # DISTNAME= fengoffice_3.2.2.1 @@ -21,6 +21,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php-dom DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap +PHP_VERSIONS_ACCEPTED= 55 56 + WRKSRC= ${WRKDIR}/fengoffice USE_TOOLS= pax NO_BUILD= yes |