diff options
author | tron <tron@pkgsrc.org> | 2000-12-17 13:05:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-17 13:05:41 +0000 |
commit | 50dc37a7eeb9aa1618b2f1f88f624244c00fd4c3 (patch) | |
tree | cedb7fdd8e657e53be45dec4c1cc5e724a3a5649 /emulators/suse_gtk/Makefile | |
parent | e37ad5ef35fb86b521419e1d4cfd2a2b1763b590 (diff) | |
download | pkgsrc-50dc37a7eeb9aa1618b2f1f88f624244c00fd4c3.tar.gz |
Use SuSE 6.4 as base for all SuSE packages. We can't use 7.0 now because
it is XFree86 4.x based while NetBSD still uses XFree86 3.3.6 which
causes problem with shared files.
Diffstat (limited to 'emulators/suse_gtk/Makefile')
-rw-r--r-- | emulators/suse_gtk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile index c8deb6f8e0b..429e83b6aab 100644 --- a/emulators/suse_gtk/Makefile +++ b/emulators/suse_gtk/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2000/12/16 22:37:31 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/17 13:05:43 tron Exp $ -DISTNAME= suse_gtk-6.3 +DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE:=gra2/} +MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} DISTFILES= ${RPMFILES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-6.3:../suse_base +DEPENDS+= suse_x11-${SUSE_VERSION}:../suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 |