diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-25 13:59:18 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-25 13:59:18 +0000 |
commit | 792213815df796ca364e139835660db0f1ab3474 (patch) | |
tree | 1d27ca2d039529c76a566a8c0a9c299a70c97787 /games/warmux | |
parent | 52db30d1fc7cdf78804c4c89cd1218a671cbe766 (diff) |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it's
already defined
- Remove OPTIONS_DEFINE, if it contains only global options
Notes
Notes:
svn path=/head/; revision=315222
Diffstat (limited to 'games/warmux')
-rw-r--r-- | games/warmux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 9ec7fc3c196b..6a3277c798a8 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -30,7 +30,7 @@ USE_DOS2UNIX= fixed_class.h MANCOMPRESSED= no MAN6= warmux.6 -OPTIONS_DEFINE= FRIBIDI SERVER +OPTIONS_DEFINE= FRIBIDI SERVER NLS FRIBIDI_DESC= Enable bi-directional unicode support SERVER_DESC= Enable dedicated server |