diff options
author | fredb <fredb> | 2003-12-25 16:46:00 +0000 |
---|---|---|
committer | fredb <fredb> | 2003-12-25 16:46:00 +0000 |
commit | d734727aa3ed5e3150c1f3b9b5ff88f7cd222b77 (patch) | |
tree | aa43db117e184088d7458d92fafd62c251cc295b /emulators | |
parent | e6b10d3ca7f109746731cc6b5bcf3d2bd763584e (diff) | |
download | pkgsrc-d734727aa3ed5e3150c1f3b9b5ff88f7cd222b77.tar.gz |
Add a few other platforms reasonably expected to be supported, including
NetBSD-2* and FreeBSD. Should close PR pkg/23882.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |