summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-06-16 09:56:03 +0000
committertaca <taca@pkgsrc.org>2012-06-16 09:56:03 +0000
commitedecddb1c36376421b643cd1e688024c482fa7f5 (patch)
treea090573f2e5a7f6ec6957661b751d9d1f9605d2d /textproc
parente396f9ac1666f30e3f2c96b84deca16323e85775 (diff)
downloadpkgsrc-edecddb1c36376421b643cd1e688024c482fa7f5.tar.gz
php-pspell build with php5 fine. I misstook something.
So, remove restriction of php-pspell and revert php5-extensions/Makefile.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/php-pspell/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/php-pspell/Makefile b/textproc/php-pspell/Makefile
index ed9386dd3dc..a99b15be170 100644
--- a/textproc/php-pspell/Makefile
+++ b/textproc/php-pspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/06/16 05:26:34 taca Exp $
+# $NetBSD: Makefile,v 1.12 2012/06/16 09:56:03 taca Exp $
MODNAME= pspell
PKGREVISION= 1
@@ -11,8 +11,6 @@ CONFLICTS= php-pspell-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
-PHP_VERSIONS_ACCEPTED= 53 54
-
.include "../../lang/php/ext.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"