aboutsummaryrefslogtreecommitdiff
path: root/games/senken
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:27:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:27:10 +0000
commit123a1077ae94b118796367b40d8d74f2d00a814c (patch)
tree5e0235912fe722d880c5b8094907c6d9ad7285c3 /games/senken
parentffc486df06c7eda230c428c1f8761c13ee97e83c (diff)
downloadports-123a1077ae94b118796367b40d8d74f2d00a814c.tar.gz
ports-123a1077ae94b118796367b40d8d74f2d00a814c.zip
- Add new knobs from bsd.sdl.mk
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=98676
Diffstat (limited to 'games/senken')
-rw-r--r--games/senken/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/senken/Makefile b/games/senken/Makefile
index 3e0d0500a5e3..8b498be91538 100644
--- a/games/senken/Makefile
+++ b/games/senken/Makefile
@@ -12,10 +12,8 @@ MASTER_SITES= http://www.contrib.andrew.cmu.edu/~tmartin/senken/download/
MAINTAINER= tmartin@andrew.cmu.edu
COMMENT= A city simulation game
-LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image
-
GNU_CONFIGURE= yes
-USE_SDL= yes
+USE_SDL= image sdl
USE_GNOME= gtk12
.include <bsd.port.mk>