diff options
author | sbd <sbd@pkgsrc.org> | 2012-06-14 10:17:10 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-06-14 10:17:10 +0000 |
commit | d564a6dbd661e316b6f78d63558e67f627e0b3ae (patch) | |
tree | 1af4ad27b2ac2c1466cc2c23fe271c32c93e3d45 /www/phraseanet | |
parent | b35559977aae356ecbc30daa0af87a1370dc118f (diff) | |
download | pkgsrc-d564a6dbd661e316b6f78d63558e67f627e0b3ae.tar.gz |
Allow for a PKGREVISION in the phraseanet-indexer dependency.
Diffstat (limited to 'www/phraseanet')
-rw-r--r-- | www/phraseanet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phraseanet/Makefile b/www/phraseanet/Makefile index 28f8b9c1d9b..ec729cdcf71 100644 --- a/www/phraseanet/Makefile +++ b/www/phraseanet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/10/07 05:45:03 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2012/06/14 10:17:10 sbd Exp $ # .include "../../www/phraseanet/Makefile.common" @@ -30,7 +30,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-xsl-[0-9]*:../../textproc/php-xsl DEPENDS+= ${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip DEPENDS+= ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib DEPENDS+= ${PHP_PKG_PREFIX}-memcache-[0-9]*:../../devel/php-memcache -DEPENDS+= phraseanet-indexer-${VERS}:../../www/phraseanet-indexer +DEPENDS+= phraseanet-indexer-${VERS}{,nb*}:../../www/phraseanet-indexer DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool |