diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
1 files changed, 2 insertions, 2 deletions
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} |