diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-09 01:28:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-09 01:28:16 +0000 |
commit | 7944d3f26e4512622767ab87e5029a0b9b3b8f93 (patch) | |
tree | 380ffb506139f1bf19d7093ee5f6e1643ab51db1 /games/sopwith/Makefile | |
parent | 1d69d936c117c88527292b7ebc03d34711068fd0 (diff) | |
download | ports-7944d3f26e4512622767ab87e5029a0b9b3b8f93.tar.gz ports-7944d3f26e4512622767ab87e5029a0b9b3b8f93.zip |
Notes
Diffstat (limited to 'games/sopwith/Makefile')
-rw-r--r-- | games/sopwith/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index c9a1ccb095f6..409290ee09c8 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sopwith -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sdl-sopwith @@ -18,7 +18,7 @@ COMMENT= A classic WW1 biplane game BUILD_DEPENDS= ${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12 USE_GMAKE= yes -USE_GNOME= gtk12 +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config |