diff options
Diffstat (limited to 'games/jfk/Makefile')
-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 929e8f5..55a1d2f 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> |