summaryrefslogtreecommitdiff
path: root/textproc/php-pspell
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-10-20 09:10:03 +0000
committercheusov <cheusov>2011-10-20 09:10:03 +0000
commitbc72464300c51a15807b11af837f05340e92fd02 (patch)
tree5ca9dd5859a331399af550d0a240de0c58f62dfb /textproc/php-pspell
parentd788fd7bd2d7501f4010e444dcf59bb61c1c9bb0 (diff)
downloadpkgsrc-bc72464300c51a15807b11af837f05340e92fd02.tar.gz
Replace PHP_VERSION_REQD with PHP_VERSIONS_ACCEPTED. This unbreaks bulk builds (pbulk and distbb)
Diffstat (limited to 'textproc/php-pspell')
-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 d0e6dedd739..4ab6b13c1c4 100644
--- a/textproc/php-pspell/Makefile
+++ b/textproc/php-pspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/09/24 13:00:04 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2011/10/20 09:10:03 cheusov 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= 53
+PHP_VERSIONS_ACCEPTED= 53
.include "../../lang/php/ext.mk"
.include "../../textproc/aspell/buildlink3.mk"