diff options
author | rh <rh@pkgsrc.org> | 1999-02-19 14:29:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-02-19 14:29:16 +0000 |
commit | 8c3733d651c2512ed0f58d9dbc817152c57d28c8 (patch) | |
tree | eee1833c0fa47c811701be1cb94ccb1cf90129a8 /devel | |
parent | 41a80e1bb7d93bbbc24b56084dcb43b5c17df571 (diff) | |
download | pkgsrc-8c3733d651c2512ed0f58d9dbc817152c57d28c8.tar.gz |
Adapt to new gtk10 package
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glade/Makefile | 7 |
1 files changed, 4 insertions, 3 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: |