diff options
author | tron <tron> | 1999-06-22 07:34:15 +0000 |
---|---|---|
committer | tron <tron> | 1999-06-22 07:34:15 +0000 |
commit | 06fe0dc1c6c7b834ba2f94cf5d6f41096c1fbc10 (patch) | |
tree | c89a1769b4478384d35641047dd68f72c7afe572 /sysutils | |
parent | 55b273f1ce774efe7322c0b9ad2f9697de0341db (diff) | |
download | pkgsrc-06fe0dc1c6c7b834ba2f94cf5d6f41096c1fbc10.tar.gz |
Update dependence on "libslang" package to version 1.3.7.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gmc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/mc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/gmc/Makefile b/sysutils/gmc/Makefile index b0f07459bdf..a66f8b68421 100644 --- a/sysutils/gmc/Makefile +++ b/sysutils/gmc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/06/19 15:19:12 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/06/22 07:34:17 tron Exp $ DISTNAME= mc-4.5.30 PKGNAME= gmc-4.5.30 @@ -10,8 +10,8 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/mc/ -DEPENDS+= libslang-1.2.2:../../devel/libslang DEPENDS+= gnome-core-1.0.5:../../x11/gnome-core +DEPENDS+= libslang-1.3.7:../../devel/libslang CONFLICTS+= mc-* diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index d9667c5461c..6ddc367f194 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/06/19 15:19:13 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/06/22 07:34:17 tron Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/mc/ -DEPENDS+= libslang-1.2.2:../../devel/libslang +DEPENDS+= libslang-1.3.7:../../devel/libslang CONFLICTS+= gmc-* |