Sat Jun 16 05:26:34 2012 UTC ()
Allow build with php54.


(taca)
diff -r1.10 -r1.11 pkgsrc/textproc/php-pspell/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/textproc/php-pspell/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/php-pspell/Makefile 2011/10/20 09:10:03 1.10
+++ pkgsrc/textproc/php-pspell/Makefile 2012/06/16 05:26:34 1.11
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2011/10/20 09:10:03 cheusov Exp $
+# $NetBSD: Makefile,v 1.11 2012/06/16 05:26:34 taca Exp $
 
 MODNAME=		pspell
 PKGREVISION=		1
@@ -11,7 +11,7 @@
 
 CONFIGURE_ARGS+=	--with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
 
-PHP_VERSIONS_ACCEPTED=	53
+PHP_VERSIONS_ACCEPTED=	53 54
 
 .include "../../lang/php/ext.mk"
 .include "../../textproc/aspell/buildlink3.mk"