From d734727aa3ed5e3150c1f3b9b5ff88f7cd222b77 Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 25 Dec 2003 16:46:00 +0000 Subject: Add a few other platforms reasonably expected to be supported, including NetBSD-2* and FreeBSD. Should close PR pkg/23882. --- emulators/wine/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 9df3fa41d0e..667f48fbe51 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2003/12/16 11:10:47 adam Exp $ +# $NetBSD: Makefile,v 1.57 2003/12/25 16:46:00 fredb Exp $ # DISTNAME= Wine-20031212 @@ -19,7 +19,8 @@ YACC= ${PREFIX}/bin/bison -y CONFLICTS= rewind-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 NetBSD-2* +ONLY_FOR_PLATFORM+= FreeBSD*-i386 Linux*-i386 Solaris*-i386 BUILDLINK_DEPENDS.freetype2= freetype>=2.1.4 -- cgit v1.2.3