diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/php-suhosin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index e459c0ce231..cb9f6e054a3 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2010/12/19 02:22:15 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/12/17 13:46:28 obache Exp $ # MODNAME= suhosin DISTNAME= suhosin-${PECL_VERSION} PECL_VERSION= 0.9.32.1 +PECL_LEGACY_VERSION_SCHEME= yes CATEGORIES= www MASTER_SITES= http://download.suhosin.org/ EXTRACT_SUFX= .tar.gz |