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 | 0bebda6acf3aa01e0de3ee55f801fce33f1c1787 (patch) | |
tree | 33cd46bd158abf0f74f7c2703e35ab5772a5288e | |
parent | e76140238b4207a2b9c45c7da1d1f4075d1d4b5b (diff) | |
download | pkgsrc-0bebda6acf3aa01e0de3ee55f801fce33f1c1787.tar.gz |
Allow build with php54.
-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" |