aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2013-03-21 14:25:18 +0800
committeracm <acm@FreeBSD.org>2013-03-21 14:25:18 +0800
commit3afce2c96bfb7523835f9667f413a251ff4d1205 (patch)
tree0056cf44cc0e9ad93e820f377953803e728a55b2 /lang
parent67c30a4dfb44fb6617592a513ec3008e163189e7 (diff)
downloadfreebsd-ports-gnome-3afce2c96bfb7523835f9667f413a251ff4d1205.tar.gz
freebsd-ports-gnome-3afce2c96bfb7523835f9667f413a251ff4d1205.tar.zst
freebsd-ports-gnome-3afce2c96bfb7523835f9667f413a251ff4d1205.zip
- Fix typo
Diffstat (limited to 'lang')
-rw-r--r--lang/fpc-units/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index c6f88bfece1f..05af0344725e 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -116,7 +116,7 @@ OPTIONS_DEFAULT= A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DTS FASTCGI FCL-ASYNC FCL-B
UNITS_SELECTED= #
.for OPT in ${OPTIONS_DEFINE}
-. if ${PORT_OPTIONS:M${OPT})
+. if ${PORT_OPTIONS:M${OPT}}
UNITS_SELECTED+= ${OPT:L}
. endif
.endfor