diff options
author | tron <tron@pkgsrc.org> | 1999-11-20 12:34:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-20 12:34:42 +0000 |
commit | f7573a5c62a76176a1ae2d8c8728d6d00352a79a (patch) | |
tree | 73badf4fcededc7b1dc30cb741c344cd22eeed12 | |
parent | 6da7d8b61fa57ee19fac2e0fca05bf12ea299682 (diff) | |
download | pkgsrc-f7573a5c62a76176a1ae2d8c8728d6d00352a79a.tar.gz |
Build "baduki" with gtk+ 1.2.* instead of old gtk+ 1.0.6. Patch supplied
by Wiz in PR pkg/8806.
-rw-r--r-- | games/baduki/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile index 36256bb624f..49409016a55 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/10 19:56:13 bad Exp $ +# $NetBSD: Makefile,v 1.6 1999/11/20 12:34:42 tron Exp $ DISTNAME= baduki-0.2.9 CATEGORIES= games @@ -7,13 +7,12 @@ MASTER_SITES= http://soback.kornet21.net/~artist/baduk/ MAINTAINER= bad@netbsd.org HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html -DEPENDS+= gettext-0.10.35:../../devel/gettext -DEPENDS+= gtk10-1.0.6:../../x11/gtk10 +DEPENDS+= gtk+-1.2.*:../../x11/gtk USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} --without-included-gettext -CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk10-config" +CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk-config" LDFLAGS+= -L$(LOCALBASE)/lib CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" |