summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-10-23 11:08:54 +0000
committertron <tron@pkgsrc.org>1999-10-23 11:08:54 +0000
commit8e90d81d05aed5884d6ee6561806ec5b7512dfd2 (patch)
tree58b35f77bede0e514dd8c4eb4b17625ea2afe41a /devel
parentfbb688c7beb064ccd1acba03a8fe664303dc83ae (diff)
downloadpkgsrc-8e90d81d05aed5884d6ee6561806ec5b7512dfd2.tar.gz
Use wildcard dependences for "gnome-libs" and "gnome-core" packages.
Diffstat (limited to 'devel')
-rw-r--r--devel/glade/Makefile6
-rw-r--r--devel/libglade/Makefile4
2 files changed, 5 insertions, 5 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"
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
index c0f562f117d..fe6bb39c81e 100644
--- a/devel/libglade/Makefile
+++ b/devel/libglade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/10/22 15:48:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 1999/10/23 11:08:56 tron Exp $
#
DISTNAME= libglade-0.7
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.daa.com.au/~james/gnome/
DEPENDS+= gettext-0.10.35:../../devel/gettext
-DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs
+DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= libxml-1.*:../../textproc/libxml
DEPENDS+= esound-0.2.8:../../audio/esound