From 1c55ae1a43bb9bf02e27589d87c2c4b20dfe4461 Mon Sep 17 00:00:00 2001 From: flo Date: Wed, 16 May 2012 15:02:35 +0000 Subject: fix DEFAULT_PHP_VER, somehow i seem to have reverted this file prior to committing. Reported by: miwi --- lang/php53/Makefile.ext | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 4e36f723883..ea5475b358c 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -3,8 +3,8 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} -DEFAULT_PHP_VER=5 -IGNORE_WITH_PHP=4 52 +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=52 5 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} -- cgit