diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 05:22:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 05:22:20 +0000 |
commit | 92a93a08250973772963904f82407636aa9e9cc5 (patch) | |
tree | 394e9d2fa03f36873402182d5029dbf280a21bc3 /games/xscorch | |
parent | f93037906737a222c3f70a3b89eca01b6693f856 (diff) | |
download | ports-92a93a08250973772963904f82407636aa9e9cc5.tar.gz ports-92a93a08250973772963904f82407636aa9e9cc5.zip |
Notes
Diffstat (limited to 'games/xscorch')
-rw-r--r-- | games/xscorch/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 7c1a693650b0..592cfd757950 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -19,6 +19,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_GNOMENG= yes +USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk @@ -27,9 +28,9 @@ MAN6= xscorch.6 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME+= gtk12 -PKGNAMESUFFIX= -gtk +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomeprefix gnomelibs +PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+= --without-gnome .endif |