diff options
Diffstat (limited to 'www/phraseanet/Makefile')
-rw-r--r-- | www/phraseanet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/phraseanet/Makefile b/www/phraseanet/Makefile index fd70e89a89b..02ed84e2420 100644 --- a/www/phraseanet/Makefile +++ b/www/phraseanet/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2017/03/12 07:20:52 maya Exp $ +# $NetBSD: Makefile,v 1.19.2.1 2017/04/13 11:15:40 bsiegert Exp $ # .include "../../www/phraseanet/Makefile.common" PKGNAME= phraseanet-${VERS} -PKGREVISION= 6 +PKGREVISION= 7 USE_TOOLS+= pax @@ -17,7 +17,6 @@ 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}-dom-[0-9]*:../../textproc/php-dom DEPENDS+= ${PHP_PKG_PREFIX}-exif-[0-9]*:../../graphics/php-exif DEPENDS+= ${PHP_PKG_PREFIX}-ftp-[0-9]*:../../net/php-ftp DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl |