diff options
-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 |