diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-23 10:55:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-23 10:55:28 +0000 |
commit | 8c025a8198adca8e9043bbdf7ea7b64e0483be67 (patch) | |
tree | 964d8ae72357907d3def60bf71edb3e6be5798ea /emulators/netbsd32_compat16 | |
parent | 4db8d3b4839871144f88861c83926f39adebbab3 (diff) | |
download | pkgsrc-8c025a8198adca8e9043bbdf7ea7b64e0483be67.tar.gz |
Fix ONLY_FOR_PLATFORM line.
Diffstat (limited to 'emulators/netbsd32_compat16')
-rw-r--r-- | emulators/netbsd32_compat16/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/netbsd32_compat16/Makefile b/emulators/netbsd32_compat16/Makefile index 66301d4b8f8..df2ea5b94cf 100644 --- a/emulators/netbsd32_compat16/Makefile +++ b/emulators/netbsd32_compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/02/21 21:18:28 veego Exp $ +# $NetBSD: Makefile,v 1.10 2005/03/23 10:56:47 wiz Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -26,8 +26,8 @@ COMMENT= 32-bit shared libraries for NetBSD 1.6 (and earlier) compatibility CONFLICTS= netbsd32_compat15-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-2*-sparc64 -ONLY_FOR_PLATFORM+= NetBSD-2*-x86_64 +ONLY_FOR_PLATFORM= NetBSD-[2-9]*-sparc64 +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 NO_MTREE= # defined NO_BUILD= # defined |