diff options
Diffstat (limited to 'lang/php53-extensions/Makefile')
-rw-r--r-- | lang/php53-extensions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53-extensions/Makefile b/lang/php53-extensions/Makefile index b8eec39ebb96..9f6487a8623b 100644 --- a/lang/php53-extensions/Makefile +++ b/lang/php53-extensions/Makefile @@ -116,7 +116,7 @@ ZLIB_DESC= ZLIB support .for opt in ${OPTIONS_DEFINE} . if ${PORT_OPTIONS:M${opt}} -USE_PHP+= ${opt:L} +USE_PHP+= ${opt:tl} . endif .endfor |