diff options
author | taca <taca@pkgsrc.org> | 2012-06-16 05:27:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-16 05:27:12 +0000 |
commit | 3f0dadff797fa7e85e77ac7630df2855f39ed727 (patch) | |
tree | 8bbc6f49da7e1bfe390ef3a321c79ab0e07f8d61 /www | |
parent | 0bebda6acf3aa01e0de3ee55f801fce33f1c1787 (diff) | |
download | pkgsrc-3f0dadff797fa7e85e77ac7630df2855f39ed727.tar.gz |
Allod build with php54.
Diffstat (limited to 'www')
-rw-r--r-- | www/gallery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index 77fafc4a47b..02f174f82ae 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/07/12 03:07:19 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/16 05:27:12 taca Exp $ # DISTNAME= gallery-1.5.10 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -PHP_VERSIONS_ACCEPTED= 53 +PHP_VERSIONS_ACCEPTED= 53 54 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.1.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.1.0:../../devel/php-gettext |