diff options
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 61d4cc1013a..f289a85c223 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/03/15 04:10:20 junyoung Exp $ +# $NetBSD: Makefile,v 1.26 2002/04/05 20:20:26 kent Exp $ DISTNAME= Wine-20020228 PKGNAME= wine-20020228 @@ -10,7 +10,7 @@ MAINTAINER= junyoung@netbsd.org HOMEPAGE= http://www.winehq.com/ COMMENT= Free implementation of Windows on Unix (still alpha) -ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 USE_BUILDLINK_ONLY= YES USE_GMAKE= YES |