diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
commit | 92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch) | |
tree | cf13f962932aab3646f0af684b2923c4e0f0825b /graphics/glfw | |
parent | ffbb85145227efbc987e5d09cab804f896bf37f5 (diff) |
Notes
Diffstat (limited to 'graphics/glfw')
-rw-r--r-- | graphics/glfw/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index f98201c3aaf5..28575c123a0e 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -12,15 +12,14 @@ COMMENT= Portable framework for OpenGL development LICENSE= ZLIB LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - drm:${PORTSDIR}/graphics/libdrm \ - xcb:${PORTSDIR}/x11/libxcb + drm:${PORTSDIR}/graphics/libdrm USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= compile.sh ALL_TARGET= x11 INSTALL_TARGET= x11-install -USE_XORG= x11 xau xdamage xdmcp xext xfixes xrandr xrender xxf86vm +USE_XORG= x11 xau xcb xdamage xdmcp xext xfixes xrandr xrender xxf86vm USE_GL= glu USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes |