diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
commit | 10ddcca177d6d91079be1d2569dae59e314d70c9 (patch) | |
tree | 99a6744dc9660c3435aa9d77234a5901dd589105 /games/deng/Makefile | |
parent | 4de56a776b06e3e1141de9f8098f35898c845484 (diff) |
Notes
Diffstat (limited to 'games/deng/Makefile')
-rw-r--r-- | games/deng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/deng/Makefile b/games/deng/Makefile index 770aecde99a0..53c5b6a9002e 100644 --- a/games/deng/Makefile +++ b/games/deng/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include CPPFLAGS="`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -I${X11BASE}/include" USE_SDL= sdl mixer net USE_GL= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 SUB_FILES= pkg-message |