diff options
Diffstat (limited to 'mail/thunderbird-dictionaries/Makefile.dict')
-rw-r--r-- | mail/thunderbird-dictionaries/Makefile.dict | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/thunderbird-dictionaries/Makefile.dict b/mail/thunderbird-dictionaries/Makefile.dict index 67dc00820b8f..2d8b5f24ac2d 100644 --- a/mail/thunderbird-dictionaries/Makefile.dict +++ b/mail/thunderbird-dictionaries/Makefile.dict @@ -1,6 +1,8 @@ # This file lists the Dictionary files to not bloat Makefile # $FreeBSD$ +.include "${.CURDIR}/Makefile.options" + AF_ZA_FILE= spell-af-ZA.xpi BG_FILE= spell-bg.xpi CA_FILE= spell-ca.xpi @@ -45,5 +47,4 @@ SV_FILE= spell-sv.xpi UK_FILE= spell-uk.xpi ZU_ZA_FILE= spell-zu-ZA.xpi -ALLDICTS_CMD:= ${GREP} FILE ${.CURDIR}/Makefile.dict | ${GREP} -v ALLDICTS_CMD | ${SED} s/_FILE.*//g | ${XARGS} | ${GREP} . -ALLDICTS!= ${ALLDICTS_CMD} +ALLDICTS= ${OPTIONS_MULTI_DICT} |