diff options
author | tron <tron> | 1999-07-14 23:12:06 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-14 23:12:06 +0000 |
commit | a0c9fcf928ccb7ea3f69a4a7027b5b13cd663f85 (patch) | |
tree | f8a025c10c7241f09023e01eb22b5ea7ff37e6ac /net | |
parent | fb3a44a6934c8aea4e00b09104019dc54dbe15af (diff) | |
download | pkgsrc-a0c9fcf928ccb7ea3f69a4a7027b5b13cd663f85.tar.gz |
Update dependence on "gnome-core" package.
Diffstat (limited to 'net')
-rw-r--r-- | net/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xchat/Makefile b/net/xchat/Makefile index 89ec9be7781..203ff766b09 100644 --- a/net/xchat/Makefile +++ b/net/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/05 20:11:41 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/14 23:12:07 tron Exp $ DISTNAME= xchat-1.0.0 CATEGORIES= net x11 gnome @@ -7,7 +7,7 @@ MASTER_SITES= ${HOMEPAGE}/files/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://xchat.linuxpower.org/ -DEPENDS+= gnome-core-1.0.5:../../x11/gnome-core +DEPENDS+= gnome-core-1.0.7:../../x11/gnome-core GNU_CONFIGURE= yes USE_GMAKE= yes |