summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-09-24 13:00:04 +0000
committerjoerg <joerg@pkgsrc.org>2011-09-24 13:00:04 +0000
commit9c36444b9305ae805ce4d116b5fa4c6b3f67dd6e (patch)
treec9082928a7ad64c172b8bad52718d3f52af4125b
parent109c28151f45175f155e5c06671b9e18a82b5578 (diff)
downloadpkgsrc-9c36444b9305ae805ce4d116b5fa4c6b3f67dd6e.tar.gz
Wants PHP 5.3
-rw-r--r--textproc/php-pspell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php-pspell/Makefile b/textproc/php-pspell/Makefile
index 4a590f9547f..d0e6dedd739 100644
--- a/textproc/php-pspell/Makefile
+++ b/textproc/php-pspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/04/22 13:44:51 obache Exp $
+# $NetBSD: Makefile,v 1.9 2011/09/24 13:00:04 joerg Exp $
MODNAME= pspell
PKGREVISION= 1
@@ -11,7 +11,7 @@ CONFLICTS= php-pspell-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
-PHP_VERSION_REQD= 5
+PHP_VERSION_REQD= 53
.include "../../lang/php/ext.mk"
.include "../../textproc/aspell/buildlink3.mk"