diff options
author | tron <tron> | 1999-10-23 11:08:54 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-23 11:08:54 +0000 |
commit | a3b05103361b2ec02840725d270b5037cce450b8 (patch) | |
tree | 58b35f77bede0e514dd8c4eb4b17625ea2afe41a /devel/glade | |
parent | f88081b6f47c2fbf1d5296439ab595ed8c5a90e0 (diff) | |
download | pkgsrc-a3b05103361b2ec02840725d270b5037cce450b8.tar.gz |
Use wildcard dependences for "gnome-libs" and "gnome-core" packages.
Diffstat (limited to 'devel/glade')
-rw-r--r-- | devel/glade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 1f52b9f128a..6aa54776d52 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/08/29 12:48:58 rh Exp $ +# $NetBSD: Makefile,v 1.12 1999/10/23 11:08:55 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp # @@ -12,8 +12,8 @@ HOMEPAGE= http://glade.pn.org/ BUILD_DEPENDS+= xgettext:../../devel/gettext BUILD_DEPENDS+= msgfmt:../../devel/gettext -DEPENDS+= gtk+-1.2.4:../../x11/gtk -DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core +DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" |