diff options
author | gerald <gerald@FreeBSD.org> | 2004-03-07 20:08:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2004-03-07 20:08:15 +0800 |
commit | a50404ce8c55e8e1635f648e5051e992b777214a (patch) | |
tree | 6fe7c33ac1a2ede883a36c2fc1568c72bc9c0a05 /emulators/wine | |
parent | 0c6cac1150aec7d0b2d155ef5a059a1e4587176e (diff) | |
download | freebsd-ports-gnome-a50404ce8c55e8e1635f648e5051e992b777214a.tar.gz freebsd-ports-gnome-a50404ce8c55e8e1635f648e5051e992b777214a.tar.zst freebsd-ports-gnome-a50404ce8c55e8e1635f648e5051e992b777214a.zip |
Add USE_MESA=yes to document dependency on libglut (and fix packaging on all
possible configurations). USE_SIZE is the global default now.
Reported by: bento, kris
Discussed with: kris, marcus
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |