diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-12 03:52:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-12 03:52:37 +0800 |
commit | 9c4b73fc7a649c76877b2236d4a1e2e8ee03277d (patch) | |
tree | 3ff3206ff47d740b0d95b2b5de16011f181b587e /Mk | |
parent | aa115abfec5fe996aa8ad4c900818da12b96c541 (diff) | |
download | freebsd-ports-gnome-9c4b73fc7a649c76877b2236d4a1e2e8ee03277d.tar.gz freebsd-ports-gnome-9c4b73fc7a649c76877b2236d4a1e2e8ee03277d.tar.zst freebsd-ports-gnome-9c4b73fc7a649c76877b2236d4a1e2e8ee03277d.zip |
s/if/.if/g
Reported by: crees
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 2 |
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 |