diff options
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 |