pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine "Solaris" is not a valid OPSYS. s/Solar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f37954cb8c1f
branches:  trunk
changeset: 465272:f37954cb8c1f
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Dec 26 06:06:32 2003 +0000

description:
"Solaris" is not a valid OPSYS. s/Solaris/SunOS/

"thou shalt not blindly apply patches".

diffstat:

 emulators/wine/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6ba028639296 -r f37954cb8c1f emulators/wine/Makefile
--- a/emulators/wine/Makefile   Fri Dec 26 03:13:48 2003 +0000
+++ b/emulators/wine/Makefile   Fri Dec 26 06:06:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2003/12/25 16:47:50 fredb Exp $
+# $NetBSD: Makefile,v 1.59 2003/12/26 06:06:32 grant Exp $
 #
 
 DISTNAME=      Wine-20031212
@@ -20,7 +20,7 @@
 CONFLICTS=     rewind-[0-9]*
 
 ONLY_FOR_PLATFORM=     NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 NetBSD-2*-i386
-ONLY_FOR_PLATFORM+=    FreeBSD*-i386 Linux*-i386 Solaris*-i386
+ONLY_FOR_PLATFORM+=    FreeBSD*-i386 Linux*-i386 SunOS*-i386
 
 BUILDLINK_DEPENDS.freetype2=   freetype>=2.1.4
 



Home | Main Index | Thread Index | Old Index