summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-11 19:52:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-11 19:52:37 +0000
commit65bc55f3b60af86378f4ef173cbda46d1ca140da (patch)
tree56697fb1bd35557fd3befed52f189b1549480cf1
parent2012-05-10 archivers/php4-bz2: php4 is EOLed (diff)
s/if/.if/g
Reported by: crees
Notes
Notes: svn path=/head/; revision=296451
-rw-r--r--Mk/bsd.php.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk
index bd514fd96848..935ee1a05c2e 100644
--- a/Mk/bsd.php.mk
+++ b/Mk/bsd.php.mk
@@ -50,7 +50,7 @@ PHP_EXT_INC= pcre spl
DEFAULT_PHP_VER?= 5
PHP_VER?= ${DEFAULT_PHP_VER}
-if ${PHP_VER} == 52
+.if ${PHP_VER} == 52
PHP_EXT_DIR= 20060613
.else
PHP_EXT_DIR= 20090626