summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/glade/Makefile7
-rw-r--r--games/baduki/Makefile5
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index 8ed6c840ab6..9571738de1b 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:45 agc Exp $
+# $NetBSD: Makefile,v 1.3 1999/02/19 14:29:16 rh Exp $
# FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp
#
@@ -12,10 +12,11 @@ HOMEPAGE= http://glade.pn.org/
BUILD_DEPENDS+= xgettext:../../devel/gettext
BUILD_DEPENDS+= msgfmt:../../devel/gettext
-DEPENDS+= gtk+-1.0.6:../../x11/gtk10
+DEPENDS+= gtk10-1.0.6:../../x11/gtk10
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
+CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ GTK_CONFIG="${X11BASE}/bin/gtk10-config"
USE_X11BASE= yes
post-install:
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}"