summaryrefslogtreecommitdiff
path: root/www/gallery
diff options
context:
space:
mode:
authorjoerg <joerg>2010-03-19 21:34:44 +0000
committerjoerg <joerg>2010-03-19 21:34:44 +0000
commit3f445b0cd34f0276306f350fa3e6961fb2ffb960 (patch)
tree2d9cd894f71d156150499a19312c0586cd5481c9 /www/gallery
parent00cfcc44a969b1ef41cbd077658f4fa157c825ec (diff)
downloadpkgsrc-3f445b0cd34f0276306f350fa3e6961fb2ffb960.tar.gz
Replace CONFLICT pattern that can't work with proper dependency on PHP 5.3.
Bump revision.
Diffstat (limited to 'www/gallery')
-rw-r--r--www/gallery/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile
index 453884c61a5..d847e26a13e 100644
--- a/www/gallery/Makefile
+++ b/www/gallery/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 23:05:30 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2010/03/19 21:34:44 joerg Exp $
#
DISTNAME= gallery-1.5.10
+PKGREVISION= 1
CATEGORIES= www graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gallery/}
@@ -12,7 +13,7 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-CONFLICTS= php<5.3.2
+PHP_VERSIONS_ACCEPTED= 53
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.1.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.1.0:../../devel/php-gettext
@@ -58,4 +59,5 @@ do-install:
${CP} -R ${WRKSRC}/* ${DESTDIR}${G1DIR}
.include "../../lang/php/phpversion.mk"
+.include "${PHPPKGSRCDIR}/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"