diff options
author | fredb <fredb@pkgsrc.org> | 2003-12-25 16:47:50 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-12-25 16:47:50 +0000 |
commit | aa23104ae5480a0d7996eab2819d5d7aa780355f (patch) | |
tree | 2819fdcf2bd8bb98c631418e13173027078e3448 /emulators | |
parent | a77d4e298a46726c7a8b316f1b2fc11e46bc16f2 (diff) | |
download | pkgsrc-aa23104ae5480a0d7996eab2819d5d7aa780355f.tar.gz |
Better make that NetBSD-2*-i386 (only).
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 667f48fbe51..73c4e700dd0 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2003/12/25 16:46:00 fredb Exp $ +# $NetBSD: Makefile,v 1.58 2003/12/25 16:47:50 fredb Exp $ # DISTNAME= Wine-20031212 @@ -19,7 +19,7 @@ YACC= ${PREFIX}/bin/bison -y CONFLICTS= rewind-[0-9]* -ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 NetBSD-2* +ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 NetBSD-2*-i386 ONLY_FOR_PLATFORM+= FreeBSD*-i386 Linux*-i386 Solaris*-i386 BUILDLINK_DEPENDS.freetype2= freetype>=2.1.4 |