diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-04 15:30:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-04 15:30:08 +0000 |
commit | c60a2288f19569e6bdb75d83e7453c76d69d2c43 (patch) | |
tree | 2388402cf81893ae38c42a5f2301e325fb62855d /emulators/wine | |
parent | d30fc39c0d5772109ac16777eb76de275ae25bfd (diff) | |
download | pkgsrc-c60a2288f19569e6bdb75d83e7453c76d69d2c43.tar.gz |
wine-devel is only for i386/x86_64. Both don't work on NetBSD though.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 2d9da0ff5a1..8969826efda 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2009/08/26 19:56:41 sno Exp $ +# $NetBSD: Makefile,v 1.154 2010/01/04 15:30:08 joerg Exp $ DISTNAME= wine-1.0.1 PKGREVISION= 3 @@ -17,6 +17,8 @@ ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= FreeBSD-*-i386 Linux-*-i386 SunOS-*-i386 Darwin-*-i386 ONLY_FOR_PLATFORM+= *-*-x86_64 +NOT_FOR_PLATFORM+= NetBSD-*-x86_64 + PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c |