diff options
author | tron <tron> | 2000-03-13 22:47:31 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-13 22:47:31 +0000 |
commit | 0df8bc41557556e936f575dc0e1cbeb7baac5269 (patch) | |
tree | 8638b5bb3ad0ab8443dee1d0ba2a536c307c08e1 /x11 | |
parent | 53b59116d0c99f10d38971599cc9e8232a31b377 (diff) | |
download | pkgsrc-0df8bc41557556e936f575dc0e1cbeb7baac5269.tar.gz |
Update dependence to "gnome-libs" 1.0.56 or newer and bump version number
to 1.0.55.1.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-core/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index f0fa95a2713..6959b32b077 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.38 2000/02/15 10:29:35 agc Exp $ +# $NetBSD: Makefile,v 1.39 2000/03/13 22:47:31 tron Exp $ DISTNAME= gnome-core-1.0.55 +PKGNAME= ${DISTNAME}.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-core/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ -DEPENDS+= libghttp-*:../../www/libghttp -DEPENDS+= gnome-libs-*:../../x11/gnome-libs +DEPENDS+= libghttp>=1.0.4:../../www/libghttp +DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs GNU_CONFIGURE= yes USE_X11BASE= yes |