diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:36:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:36:33 +0800 |
commit | 9ec8b69eee25166c3ea4802cd4645914c641361b (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/xblast | |
parent | e31d5a7af6dec17c7b8f10c2f6b7d72cb6193265 (diff) | |
download | freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.tar.gz freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.tar.zst freebsd-ports-gnome-9ec8b69eee25166c3ea4802cd4645914c641361b.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: games)
Diffstat (limited to 'games/xblast')
-rw-r--r-- | games/xblast/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 986495f3cb61..e8b2ae964b85 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -58,6 +58,7 @@ MODELS_DATE= 2005-01-06 MUSICS_DATE= 2005-01-06 SOUNDS_DATE= 2004-04-29 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} USES+= gettext |