summaryrefslogtreecommitdiff
path: root/lang/fpc-units
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-03-21 06:25:18 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-03-21 06:25:18 +0000
commit90e50af64192a364cbf50e49bd07a01cf2769366 (patch)
tree0056cf44cc0e9ad93e820f377953803e728a55b2 /lang/fpc-units
parentRemove editors/openoffice.org-vcltesttool as it is no longer used (diff)
- Fix typo
Notes
Notes: svn path=/head/; revision=314808
Diffstat (limited to 'lang/fpc-units')
-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