diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 11:56:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 11:56:22 +0000 |
commit | 3ae836be58e5c86b02b50176d26be59e54538220 (patch) | |
tree | 35c6ce9e6eb45e3af2a650e3cefb97d6c4e8fd20 /textproc | |
parent | f3aa4fbc55a0a9a219ab2de38cbd0dd958d424ba (diff) | |
download | pkgsrc-3ae836be58e5c86b02b50176d26be59e54538220.tar.gz |
Restrict to php5 with PHP_VERSION_REQD.
These packages are dropped on PHP 5.3 or has build problem.
No functional change.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-pspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php-pspell/Makefile b/textproc/php-pspell/Makefile index bd5afa34e93..b62adacc3af 100644 --- a/textproc/php-pspell/Makefile +++ b/textproc/php-pspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:51 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/16 11:56:22 taca Exp $ MODNAME= pspell CATEGORIES+= textproc @@ -10,6 +10,8 @@ CONFLICTS= php-pspell-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell} +PHP_VERSION_REQD= 5 + .include "../../lang/php/ext.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |