diff options
author | jklos <jklos@pkgsrc.org> | 2003-05-31 09:04:49 +0000 |
---|---|---|
committer | jklos <jklos@pkgsrc.org> | 2003-05-31 09:04:49 +0000 |
commit | 1c1a010321b2a62f96775d6dc70a8f54d1c4e65b (patch) | |
tree | 296a484739d44838f9ca5e78410b327c3186218d /emulators | |
parent | 30aa33e9e1bf3a446d787d3aa9ac40a087a827d3 (diff) | |
download | pkgsrc-1c1a010321b2a62f96775d6dc70a8f54d1c4e65b.tar.gz |
Updated ONLY_FOR_PLATFORM to include 1.6.1*-powerpc.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index 1b8f2cc98da..6fa72766130 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2003/05/30 15:33:03 taca Exp $ +# $NetBSD: Makefile,v 1.42 2003/05/31 09:04:49 jklos Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 4 @@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= NetBSD-1.6[L-Z]-powerpc NetBSD-1.6Z[A-Z]-powerpc ONLY_FOR_PLATFORM+= NetBSD-1.[7-9]*-powerpc NetBSD-[2-9]*-powerpc +ONLY_FOR_PLATFORM+= NetBSD-1.6.1*-powerpc USE_BUILDLINK2= # defined EXTRACT_ONLY= # empty |