diff options
author | kent <kent@pkgsrc.org> | 2002-04-05 20:20:26 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-04-05 20:20:26 +0000 |
commit | aaae17f7bb0e6d2622324c044dfcd6a0e6419129 (patch) | |
tree | d3d5f028f695dee87f06836e8360c6694257baa8 /emulators | |
parent | e1e941cb381c5fd097673a6d2880b1c04be4586a (diff) | |
download | pkgsrc-aaae17f7bb0e6d2622324c044dfcd6a0e6419129.tar.gz |
Restrict NetBSD version. This version of Wine does not work on NetBSD
1.5.x release or earlier.
Diffstat (limited to 'emulators')
-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 |