diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:27:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:27:10 +0000 |
commit | 123a1077ae94b118796367b40d8d74f2d00a814c (patch) | |
tree | 5e0235912fe722d880c5b8094907c6d9ad7285c3 /games/jfk | |
parent | ffc486df06c7eda230c428c1f8761c13ee97e83c (diff) |
- Add new knobs from bsd.sdl.mk
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=98676
Diffstat (limited to 'games/jfk')
-rw-r--r-- | games/jfk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/jfk/Makefile b/games/jfk/Makefile index 929e8f591c5b..55a1d2f6feff 100644 --- a/games/jfk/Makefile +++ b/games/jfk/Makefile @@ -13,11 +13,9 @@ MASTER_SITES= http://relax.ath.cx/jfk/ MAINTAINER= stefan@fafoe.narf.at COMMENT= A multiplayer 2D shoot'em up game -LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image - CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes -USE_SDL= yes +USE_SDL= image sdl .include <bsd.port.pre.mk> |