summaryrefslogtreecommitdiff
path: root/audio/ampache
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-06 12:13:12 +0000
committertaca <taca@pkgsrc.org>2015-12-06 12:13:12 +0000
commit101efbe7e88e77538cf568d816d25038d2e02244 (patch)
tree6f520af076bc276061834128125ed219ffde8956 /audio/ampache
parent00f547df772d74942a0ee8eb93126a400c570f13 (diff)
downloadpkgsrc-101efbe7e88e77538cf568d816d25038d2e02244.tar.gz
Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
Diffstat (limited to 'audio/ampache')
-rw-r--r--audio/ampache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile
index 84bb4bf525e..fcdad851e1b 100644
--- a/audio/ampache/Makefile
+++ b/audio/ampache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/04/19 01:14:41 asau Exp $
+# $NetBSD: Makefile,v 1.12 2015/12/06 12:13:12 taca Exp $
#
DISTNAME= ampache-3.5.3
@@ -16,6 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql
+PHP_VERSIONS_ACCEPTED= 55 56
NO_BUILD= yes
USE_LANGUAGES= # none
USE_PKGLOCALEDIR= yes