diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-03-21 06:25:18 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-03-21 06:25:18 +0000 |
commit | 90e50af64192a364cbf50e49bd07a01cf2769366 (patch) | |
tree | 0056cf44cc0e9ad93e820f377953803e728a55b2 /lang/fpc-units/Makefile | |
parent | 488a5eaa127dd31eaa5349d780e7f32457e7435f (diff) |
- Fix typo
Notes
Notes:
svn path=/head/; revision=314808
Diffstat (limited to 'lang/fpc-units/Makefile')
-rw-r--r-- | lang/fpc-units/Makefile | 2 |
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 |