diff options
author | taca <taca> | 2016-09-11 17:03:25 +0000 |
---|---|---|
committer | taca <taca> | 2016-09-11 17:03:25 +0000 |
commit | e555ffd79e0697c92e7ca2299fd4cb44da1b1936 (patch) | |
tree | 9a7c9b41db86f5a5419b5fda1aedb2a950f18bf9 /audio | |
parent | b00c87fd709e5119bf3285732caeaeb1eb78f9b4 (diff) | |
download | pkgsrc-e555ffd79e0697c92e7ca2299fd4cb44da1b1936.tar.gz |
Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ampache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index e40b255e7bc..82b38c2686a 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/29 04:54:35 dholland Exp $ +# $NetBSD: Makefile,v 1.14 2016/09/11 17:03:25 taca Exp $ # DISTNAME= ampache-3.5.3 @@ -16,7 +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 +PHP_VERSIONS_ACCEPTED= 56 NO_BUILD= yes USE_LANGUAGES= # none USE_PKGLOCALEDIR= yes |