diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-14 05:22:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-14 05:22:14 +0800 |
commit | ba05124a2c219084bb2cbc6d13c3d79cb0aca5e0 (patch) | |
tree | db51b27fde37116f4274ed9cafbebd0f15f7e1fe /games/uhexen2 | |
parent | b60ae38c66799811b73f8c69b3b3edf73f79f213 (diff) | |
download | freebsd-ports-gnome-ba05124a2c219084bb2cbc6d13c3d79cb0aca5e0.tar.gz freebsd-ports-gnome-ba05124a2c219084bb2cbc6d13c3d79cb0aca5e0.tar.zst freebsd-ports-gnome-ba05124a2c219084bb2cbc6d13c3d79cb0aca5e0.zip |
Fix typo
Reported by: pointyhat (Pav)
Diffstat (limited to 'games/uhexen2')
-rw-r--r-- | games/uhexen2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/uhexen2/Makefile b/games/uhexen2/Makefile index ac83fdca4a98..587f438c5aea 100644 --- a/games/uhexen2/Makefile +++ b/games/uhexen2/Makefile @@ -32,7 +32,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_MULTI= BIN OPTIONS_MULTI_BIN= HEXEN2 HW OPTIONS_DEFINE= DEMO LAUNCHER_GTK1 LAUNCHER_GTK2 X86_ASM DOCS -OPTIONS_DEFALT= HEXEN2 HW LAUNCHER_GTK1 X86_ASM +OPTIONS_DEFAULT= HEXEN2 HW LAUNCHER_GTK1 X86_ASM DEMO_DESC= Install demo version of the game data HEXEN2_DESC= Build Hexen II clients and servers HW_DESC= Build HexenWorld clients and servers |