diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-22 11:57:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-22 11:57:21 +0800 |
commit | 19d18cabc5af1f1962aaf905c7cb2db4e7628d53 (patch) | |
tree | 5ae9ce2072c95db751f64de167322b9b085cfed1 /games/sopwith | |
parent | 9f02391dd6325c2ea6085bedf031f3ca7969275d (diff) | |
download | freebsd-ports-gnome-19d18cabc5af1f1962aaf905c7cb2db4e7628d53.tar.gz freebsd-ports-gnome-19d18cabc5af1f1962aaf905c7cb2db4e7628d53.tar.zst freebsd-ports-gnome-19d18cabc5af1f1962aaf905c7cb2db4e7628d53.zip |
Use USE_GNOMENG.
PR: 41876
Submitted by: maintainer
Diffstat (limited to 'games/sopwith')
-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 |