summaryrefslogtreecommitdiff
path: root/www/phraseanet
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-02-21 12:06:12 +0000
committerwiz <wiz@pkgsrc.org>2018-02-21 12:06:12 +0000
commit3b77493e1912a183413c3796ad4846f0c8e8e213 (patch)
treece17b4c588bd1036a3228223484a21aafe741b42 /www/phraseanet
parent119215e2d19f4e01e57f635522b24f5977e7a129 (diff)
downloadpkgsrc-3b77493e1912a183413c3796ad4846f0c8e8e213.tar.gz
phraseanet: remove reference to remove php version (< 5.6)
Diffstat (limited to 'www/phraseanet')
-rw-r--r--www/phraseanet/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/phraseanet/Makefile b/www/phraseanet/Makefile
index cf4883f5055..937c77e2044 100644
--- a/www/phraseanet/Makefile
+++ b/www/phraseanet/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/04/05 12:33:49 fhajny Exp $
-#
+# $NetBSD: Makefile,v 1.21 2018/02/21 12:06:12 wiz Exp $
.include "../../www/phraseanet/Makefile.common"
PKGNAME= phraseanet-${VERS}
@@ -10,11 +9,7 @@ USE_TOOLS+= pax
.include "../../lang/php/phpversion.mk"
DEPENDS+= ${PHP_PKG_PREFIX}-phrasea2-[0-9]*:../../www/php-phrasea2
-.if ${PKG_PHP_VERSION} >= 55
DEPENDS+= ${PHP_PKG_PREFIX}-opcache-[0-9]*:../../devel/php-opcache
-.else
-DEPENDS+= ${PHP_PKG_PREFIX}-apc-[0-9]*:../../www/php-apc
-.endif
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-gettext-[0-9]*:../../devel/php-gettext
DEPENDS+= ${PHP_PKG_PREFIX}-exif-[0-9]*:../../graphics/php-exif