diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 04:00:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 04:00:38 +0800 |
commit | 3911d3bdad014678872f9c47bef3b4d1e3cdab5c (patch) | |
tree | 4aeeec36f780a8647a3b6eb576f774e5e9cfeae5 /games | |
parent | 8edbd08b57eac14e4536354b78c39b542579fd32 (diff) | |
download | freebsd-ports-gnome-3911d3bdad014678872f9c47bef3b4d1e3cdab5c.tar.gz freebsd-ports-gnome-3911d3bdad014678872f9c47bef3b4d1e3cdab5c.tar.zst freebsd-ports-gnome-3911d3bdad014678872f9c47bef3b4d1e3cdab5c.zip |
Fix build on packages builder by adding a default choice
Diffstat (limited to 'games')
-rw-r--r-- | games/jaggedalliance2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index d756ee0772e0..99f012c5c204 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -28,6 +28,7 @@ SUB_FILES= pkg-message OPTIONS_SINGLE= LANGUAGE OPTIONS_SINGLE_LANGUAGE= DUTCH ENGLISH FRENCH GERMAN ITALIAN POLISH RUSSIAN RUSSIAN_GOLD +OPTIONS_DEFAULT= ENGLISH DUTCH_DESC= Compile for Dutch version ENGLISH_DESC= Compile for English version |