diff options
author | abs <abs@pkgsrc.org> | 2000-08-09 13:09:49 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-08-09 13:09:49 +0000 |
commit | b6c77130c2bf9236cae5232172f9738b1361c76b (patch) | |
tree | d70c2edef54ce8d47ef8dae47541afeb50f88f1b | |
parent | cd0c105c5ce79b32641099cd1ada7b495d5ae01a (diff) | |
download | pkgsrc-b6c77130c2bf9236cae5232172f9738b1361c76b.tar.gz |
Add suse_gtk
-rw-r--r-- | emulators/Makefile | 3 | ||||
-rw-r--r-- | emulators/suse_linux/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 7dd5b0f997c..cae8ae1ed15 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2000/07/28 15:56:08 martin Exp $ +# $NetBSD: Makefile,v 1.38 2000/08/09 13:09:49 abs Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -19,6 +19,7 @@ SUBDIR += suse_base SUBDIR += suse_compat SUBDIR += suse_devel + SUBDIR += suse_gtk SUBDIR += suse_libc5 SUBDIR += suse_linux SUBDIR += suse_x11 diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index 17966c48b9a..545b3ebd7c0 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2000/05/31 05:02:56 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/09 13:09:50 abs Exp $ -DISTNAME= suse_linux-6.3 +DISTNAME= suse_linux-6.3nb1 CATEGORIES= emulators MASTER_SITES= # empty DISTFILES= # empty @@ -9,6 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ DEPENDS+= suse_libc5-6.3:../suse_libc5 +DEPENDS+= suse_gtk-6.3:../suse_gtk DEPENDS+= suse_xforms-6.3:../suse_xforms ONLY_FOR_PLATFORM= NetBSD-*-i386 |