diff options
author | rh <rh> | 1999-02-19 14:29:16 +0000 |
---|---|---|
committer | rh <rh> | 1999-02-19 14:29:16 +0000 |
commit | 560779c13eab617b4d0d8a3e2ae09c54b5871743 (patch) | |
tree | eee1833c0fa47c811701be1cb94ccb1cf90129a8 /devel/glade | |
parent | 785cd025d900cbcedf1db4514f615b41359576ca (diff) | |
download | pkgsrc-560779c13eab617b4d0d8a3e2ae09c54b5871743.tar.gz |
Adapt to new gtk10 package
Diffstat (limited to 'devel/glade')
-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: |