diff options
author | mva <mva@FreeBSD.org> | 2009-03-26 20:25:22 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2009-03-26 20:25:22 +0800 |
commit | 024b32fadb36a100c42d4af96d42540376a4c9e7 (patch) | |
tree | 61b5af48dc13cec9ee2974970167816ec15987c0 /games/linux-majesty-demo | |
parent | b24b592464d8884ae921400700fdd7bd1472aa17 (diff) | |
download | freebsd-ports-gnome-024b32fadb36a100c42d4af96d42540376a4c9e7.tar.gz freebsd-ports-gnome-024b32fadb36a100c42d4af96d42540376a4c9e7.tar.zst freebsd-ports-gnome-024b32fadb36a100c42d4af96d42540376a4c9e7.zip |
Fix USE_LINUX_APPS usage.
Approved by: miwi (mentor)
Diffstat (limited to 'games/linux-majesty-demo')
-rw-r--r-- | games/linux-majesty-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-majesty-demo/Makefile b/games/linux-majesty-demo/Makefile index d92f6409a326..08122c5a1d40 100644 --- a/games/linux-majesty-demo/Makefile +++ b/games/linux-majesty-demo/Makefile @@ -18,7 +18,7 @@ COMMENT= Majesty Gold Demo ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes -USE_LINUX= sdl12 jpeg sdlmixer mikmod libogg libvorbis xorglibs +USE_LINUX_APPS= sdl12 jpeg sdlmixer mikmod libogg libvorbis xorglibs NO_CDROM= Redistribution is limited, see license NO_BUILD= yes |