Restrict to PHP 5.2.x and 5.3.x since there is no PHP 5.4.x officialy yet.

This commit is contained in:
taca 2012-06-16 02:59:48 +00:00
parent fa82681d54
commit 40406bed5c

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2012/01/20 03:23:34 taca Exp $
# $NetBSD: Makefile,v 1.6 2012/06/16 02:59:48 taca Exp $
#
MODNAME= suhosin
@ -14,6 +14,9 @@ COMMENT= Advanced protection system for PHP installations
PKG_DESTDIR_SUPPORT= user-destdir
# There is no patch for PHP 5.4 yet(?).
PHP_VERSIONS_ACCEPTED= 52 53
CONFIGURE_ARGS= --enable-${MODNAME}
.include "../../lang/php/ext.mk"