diff options
author | taca <taca@pkgsrc.org> | 2012-06-16 05:26:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-16 05:26:34 +0000 |
commit | f8b98b4dc3906bb0ae2baf47aecbb6d0471983be (patch) | |
tree | 33cd46bd158abf0f74f7c2703e35ab5772a5288e /textproc | |
parent | de84a1c4ca9e45562d5df36fed1824ffb74890b2 (diff) | |
download | pkgsrc-f8b98b4dc3906bb0ae2baf47aecbb6d0471983be.tar.gz |
Allow build with php54.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-pspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php-pspell/Makefile b/textproc/php-pspell/Makefile index 4ab6b13c1c4..ed9386dd3dc 100644 --- a/textproc/php-pspell/Makefile +++ b/textproc/php-pspell/Makefile @@ -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 @@ CONFLICTS= php-pspell-[0-9]* 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" |