diff options
author | tron <tron@pkgsrc.org> | 1999-04-16 22:54:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-16 22:54:02 +0000 |
commit | 64032fdf6926969d5ab20261b855949ade53461a (patch) | |
tree | 719bac57543de975b6c024bfa043eb877df26fa2 /sysutils/gmc/Makefile | |
parent | 5b7ac0de30ff87faea7e1c99343b669cd4768e63 (diff) | |
download | pkgsrc-64032fdf6926969d5ab20261b855949ade53461a.tar.gz |
Update "gmc" package to version 4.5.30.
Diffstat (limited to 'sysutils/gmc/Makefile')
-rw-r--r-- | sysutils/gmc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/gmc/Makefile b/sysutils/gmc/Makefile index eb2719da78b..85570bc95ed 100644 --- a/sysutils/gmc/Makefile +++ b/sysutils/gmc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 1999/04/04 23:16:54 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/16 22:54:02 tron Exp $ -DISTNAME= mc-4.5.29 -PKGNAME= gmc-4.5.29 +DISTNAME= mc-4.5.30 +PKGNAME= gmc-4.5.30 CATEGORIES= systuils gnome MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \ @@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/mc/ DEPENDS+= libslang-1.2.2:../../devel/libslang -DEPENDS+= gnome-core-1.0.4:../../x11/gnome-core +DEPENDS+= gnome-core-1.0.5:../../x11/gnome-core CONFLICTS+= mc-* |