diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-22 03:57:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-22 03:57:21 +0000 |
commit | 1cbac43c7684215d98ce03fc9346f2d9118dc2d4 (patch) | |
tree | 64981d67f41ec9693f208131f66ec11829cdf8a2 /games | |
parent | 49e1e3f9b3d1e6545a73f7922a094c62c393b39c (diff) | |
download | ports-1cbac43c7684215d98ce03fc9346f2d9118dc2d4.tar.gz ports-1cbac43c7684215d98ce03fc9346f2d9118dc2d4.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/sopwith/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index 20dde73a6c9f..130ef67fefb3 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -15,8 +15,9 @@ MAINTAINER= edwin@mavetju.org BUILD_DEPENDS= ${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12 -USE_GTK= yes USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config |