diff options
author | rh <rh> | 1999-02-19 14:29:16 +0000 |
---|---|---|
committer | rh <rh> | 1999-02-19 14:29:16 +0000 |
commit | 004f19e1caaa646083636ec92eda5664eefd1abf (patch) | |
tree | eee1833c0fa47c811701be1cb94ccb1cf90129a8 /games | |
parent | 5efad21f76f95e32013884c52dac1f878d65649c (diff) | |
download | pkgsrc-004f19e1caaa646083636ec92eda5664eefd1abf.tar.gz |
Adapt to new gtk10 package
Diffstat (limited to 'games')
-rw-r--r-- | games/baduki/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile index 6fc013315db..5f159f7e5ea 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/01/31 22:33:50 bad Exp $ +# $NetBSD: Makefile,v 1.3 1999/02/19 14:30:08 rh Exp $ DISTNAME= baduki-0.2 CATEGORIES= games @@ -8,11 +8,12 @@ MAINTAINER= bad@netbsd.org HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html DEPENDS+= gettext-0.10.35:../../devel/gettext -DEPENDS+= gtk+-1.0.6:../../x11/gtk10 +DEPENDS+= gtk10-1.0.6:../../x11/gtk10 USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} --without-included-gettext +CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk10-config" LDFLAGS+= -L$(LOCALBASE)/lib CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" |