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/senken/Makefile | |
parent | ffc486df06c7eda230c428c1f8761c13ee97e83c (diff) | |
download | ports-123a1077ae94b118796367b40d8d74f2d00a814c.tar.gz ports-123a1077ae94b118796367b40d8d74f2d00a814c.zip |
Notes
Diffstat (limited to 'games/senken/Makefile')
-rw-r--r-- | games/senken/Makefile | 4 |
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> |