diff options
author | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-01 10:37:32 +0000 |
commit | eaa75b40822b656b3eec19c61aff6646cfdc94af (patch) | |
tree | 017a7433eaa90e1d6a50f1dd5a82213ba2ea63ec /emulators/rewind/Makefile | |
parent | d1fb1657d9512e3d7bef78ca5d0de8c80e1c1222 (diff) | |
download | pkgsrc-eaa75b40822b656b3eec19c61aff6646cfdc94af.tar.gz |
there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
Diffstat (limited to 'emulators/rewind/Makefile')
-rw-r--r-- | emulators/rewind/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/rewind/Makefile b/emulators/rewind/Makefile index 8ed012e249f..08d7198a73b 100644 --- a/emulators/rewind/Makefile +++ b/emulators/rewind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/24 23:55:40 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/10/01 10:37:33 grant Exp $ DISTNAME= rewind-20020420 PKGREVISION= 4 @@ -12,8 +12,7 @@ COMMENT= BSD/X11 licenced fork of Wine (Windows on Unix) CONFLICTS= wine-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 \ - NetBSD-[2-9]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 USE_BUILDLINK3= YES USE_X11= YES |