diff options
author | mbr <mbr@FreeBSD.org> | 2003-04-28 07:21:54 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-04-28 07:21:54 +0800 |
commit | d6303cc1857b79077127bf973a76cc434320d5c5 (patch) | |
tree | 759ef779e6ae6e28c307d8564510232f6c921712 /editors | |
parent | c04945ecd07af013b731f43f4ac8c749ce70e3c2 (diff) | |
download | freebsd-ports-gnome-d6303cc1857b79077127bf973a76cc434320d5c5.tar.gz freebsd-ports-gnome-d6303cc1857b79077127bf973a76cc434320d5c5.tar.zst freebsd-ports-gnome-d6303cc1857b79077127bf973a76cc434320d5c5.zip |
Only build a meta port with all HYPHDIST if LANGDIST is not defined
at all.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index 1924e7db8a07..1e854d76f491 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -19,7 +19,6 @@ EXTRACT_ONLY= .if !defined(LANGDIST) DICTMETAPORT= yes -.endif LANGDIST?= bg_BG.zip ca_ES.zip hr_HR.zip cs_CZ.zip \ da_DK.zip nl_NL.zip en_CA.zip en_GB.zip \ en_US.zip fr_FR.zip de_DE.zip de_CH.zip \ @@ -33,6 +32,7 @@ HYPHDIST?= hyph_cs.zip hyph_da.zip hyph_de_DE.zip \ hyph_it.zip hyph_nl.zip hyph_pt_BR.zip \ hyph_pt_PT.zip hyph_ru.zip hyph_sk.zip \ hyph_sl.zip hyph_uk.zip +.endif SORT?= /usr/bin/sort CUT?= /usr/bin/cut |