diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-09 19:34:52 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-09 19:34:52 +0000 |
commit | bc3fc272cb2351e65ea3193bb106edba6ec9923e (patch) | |
tree | 805a4a873e5fc8f0291372f1229bdfd484589a8c /games/scorched3d | |
parent | 9b28c81580701d37c4893cff21d2f40a18dbc550 (diff) | |
download | FreeBSD-ports-bc3fc272cb2351e65ea3193bb106edba6ec9923e.zip FreeBSD-ports-bc3fc272cb2351e65ea3193bb106edba6ec9923e.tar.gz |
wxgtk-devel -> wxgtk
Diffstat (limited to 'games/scorched3d')
-rw-r--r-- | games/scorched3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 1de1b92..ce9de11 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= scorched3d PORTVERSION= 0.${SCORCH_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scorched3d @@ -19,7 +19,7 @@ COMMENT= Scorched is a game based loosely on the classic DOS game LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_net.0:${PORTSDIR}/net/sdl_net \ - wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk-devel + wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk SCORCH_VERSION= 35 WRKSRC= ${WRKDIR}/scorched |