diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-20 11:28:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-20 11:28:18 +0000 |
commit | a50b79ffe4ad53b98f12fb0459367b788c6c0da9 (patch) | |
tree | b7c1dacb4f39a206f739908f6b8316fd3f592248 /games/sopwith | |
parent | f93a811dcf3422b83bf82051439815e2aced4e6f (diff) | |
download | ports-a50b79ffe4ad53b98f12fb0459367b788c6c0da9.tar.gz ports-a50b79ffe4ad53b98f12fb0459367b788c6c0da9.zip |
Notes
Diffstat (limited to 'games/sopwith')
-rw-r--r-- | games/sopwith/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index 409290ee09c8..2fcc9ec6bc22 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -15,12 +15,10 @@ DISTNAME= sdl_${PORTNAME}-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= A classic WW1 biplane game -BUILD_DEPENDS= ${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12 - +USE_SDL= sdl USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config MAN6= sopwith.6 |