summaryrefslogtreecommitdiff
path: root/emulators/suse_devel/Makefile
diff options
context:
space:
mode:
authortron <tron>2000-12-17 13:05:41 +0000
committertron <tron>2000-12-17 13:05:41 +0000
commit02d25ee03baa04e2c4387cbf7f24a0e0075ea625 (patch)
treecedb7fdd8e657e53be45dec4c1cc5e724a3a5649 /emulators/suse_devel/Makefile
parent428fe07dc8cebcb927a6be60f1a0de80905186c4 (diff)
downloadpkgsrc-02d25ee03baa04e2c4387cbf7f24a0e0075ea625.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_devel/Makefile')
-rw-r--r--emulators/suse_devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile
index f919f74fbbc..0ac3341a564 100644
--- a/emulators/suse_devel/Makefile
+++ b/emulators/suse_devel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2000/12/16 22:37:31 tron Exp $
+# $NetBSD: Makefile,v 1.8 2000/12/17 13:05:42 tron Exp $
-DISTNAME= suse_devel-6.3
+DISTNAME= suse_devel-${SUSE_VERSION}
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE:=d1/}
DISTFILES= ${RPMFILES}
@@ -8,7 +8,7 @@ DISTFILES= ${RPMFILES}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.suse.com/
-DEPENDS+= suse_base-6.3:../suse_base
+DEPENDS+= suse_base-${SUSE_VERSION}:../suse_base
ONLY_FOR_PLATFORM= NetBSD-*-i386
@@ -16,7 +16,7 @@ EXTRACT_ONLY= # empty
NO_BUILD= yes
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-RPMFILES= bin86.rpm binutils.rpm egcs.rpm g77.rpm gpp.rpm \
+RPMFILES= bin86.rpm binutils.rpm gcc.rpm gpp.rpm \
libc.rpm linclude.rpm make.rpm
.include "../suse_linux/Makefile.common"