summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-05-16 15:02:35 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-05-16 15:02:35 +0000
commit0dd57453d50ffbbfb73ff0d5312d44ee027420f9 (patch)
tree4d0b9379f178474064867d1213e663222afb370d /lang/php53
parentUpdate to 1.2.1 (diff)
fix DEFAULT_PHP_VER, somehow i seem to have reverted this file prior to
committing. Reported by: miwi
Notes
Notes: svn path=/head/; revision=296779
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 4e36f7238835..ea5475b358ce 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}