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 unified 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,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.10 2011/10/20 09:10:03 cheusov Exp $ 1# $NetBSD: Makefile,v 1.11 2012/06/16 05:26:34 taca Exp $
2 2
3MODNAME= pspell 3MODNAME= pspell
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES+= textproc 5CATEGORIES+= textproc
6COMMENT= PHP extension for pspell support 6COMMENT= PHP extension for pspell support
7 7
8PKG_DESTDIR_SUPPORT= user-destdir 8PKG_DESTDIR_SUPPORT= user-destdir
9 9
10CONFLICTS= php-pspell-[0-9]* 10CONFLICTS= php-pspell-[0-9]*
11 11
12CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell} 12CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
13 13
14PHP_VERSIONS_ACCEPTED= 53 14PHP_VERSIONS_ACCEPTED= 53 54
15 15
16.include "../../lang/php/ext.mk" 16.include "../../lang/php/ext.mk"
17.include "../../textproc/aspell/buildlink3.mk" 17.include "../../textproc/aspell/buildlink3.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"