diff options
author | jmc <jmc@pkgsrc.org> | 2003-04-23 02:22:24 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-04-23 02:22:24 +0000 |
commit | b3754997c5c12bd54638eb21e36818d9bf284fc0 (patch) | |
tree | 530495bb2d18b18fd6e29cff2cf08edb1760994c /emulators/suse_base | |
parent | 89ff1192a47e00572d13b64c71835dfde9210a6e (diff) | |
download | pkgsrc-b3754997c5c12bd54638eb21e36818d9bf284fc0.tar.gz |
Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicable
NetBSD versions as appropriate
Diffstat (limited to 'emulators/suse_base')
-rw-r--r-- | emulators/suse_base/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index 324a3372827..86c14643180 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/03/26 04:05:48 jschauma Exp $ +# $NetBSD: Makefile,v 1.39 2003/04/23 02:22:25 jmc Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 3 @@ -12,7 +12,10 @@ HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386 NetBSD-1.6[L-Z]-powerpc NetBSD-1.6Z[A-Z]-powerpc NetBSD-1.[7-9]-powerpc +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 USE_BUILDLINK2= # defined EXTRACT_ONLY= # empty |