diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-03-07 12:08:15 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-03-07 12:08:15 +0000 |
commit | 71a2c51d6ebae3c30644d8f29d8dd2df189eda9a (patch) | |
tree | 30e29c0af91bde7b35daf2d04faa6b1bb0171129 /emulators | |
parent | bdd5c4357f588d3d0719579fb62ef9bda5ceb50f (diff) | |
download | ports-71a2c51d6ebae3c30644d8f29d8dd2df189eda9a.tar.gz ports-71a2c51d6ebae3c30644d8f29d8dd2df189eda9a.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index d10cfb311bc7..1775e6eb76a2 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -27,8 +27,8 @@ ONLY_FOR_ARCHS= i386 USE_BISON= yes USE_GMAKE= yes USE_GL= yes +USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes -USE_SIZE= yes # GCC 3.2 also seems fine, but the ports collection requires specifying # a concrete version. USE_GCC= 3.3 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d10cfb311bc7..1775e6eb76a2 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -27,8 +27,8 @@ ONLY_FOR_ARCHS= i386 USE_BISON= yes USE_GMAKE= yes USE_GL= yes +USE_MESA= yes # wine/dlls/glut32/ depends on the presence of libglut. USE_XPM= yes -USE_SIZE= yes # GCC 3.2 also seems fine, but the ports collection requires specifying # a concrete version. USE_GCC= 3.3 |