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 | 8c737b4206961403c90e483426fdd85c49354fab (patch) | |
tree | 017a7433eaa90e1d6a50f1dd5a82213ba2ea63ec /emulators/wine/Makefile | |
parent | b947c1499414ca0014c7ba4876e6e3e313ef575e (diff) | |
download | pkgsrc-8c737b4206961403c90e483426fdd85c49354fab.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/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 231f7170cd2..7560172b998 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2004/08/28 21:09:08 ben Exp $ +# $NetBSD: Makefile,v 1.74 2004/10/01 10:37:33 grant Exp $ # DISTNAME= Wine-20040505 @@ -18,7 +18,7 @@ YACC= ${PREFIX}/bin/bison -y CONFLICTS= rewind-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 NetBSD-2*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= FreeBSD*-i386 Linux*-i386 SunOS*-i386 WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} |