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 | 9d6037eb6a0235f707d1dd5d1b7b607498b45c86 (patch) | |
tree | 2819fdcf2bd8bb98c631418e13173027078e3448 /emulators | |
parent | 150a0f09f719dcbbbba9a03fb51d5553869e291b (diff) | |
download | pkgsrc-9d6037eb6a0235f707d1dd5d1b7b607498b45c86.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 |