diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:21:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:21:28 +0000 |
commit | 6fab8b82007e291d4271ce1ad8c46446040637ad (patch) | |
tree | ef056686d3609ef1e0efad86f608e8ee9e884ac7 /graphics/libdrm | |
parent | 18557684579ac77bf3485708fe39e8e239aa422b (diff) |
Notes
Diffstat (limited to 'graphics/libdrm')
-rw-r--r-- | graphics/libdrm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 823d49d21513..83324cd7a420 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -17,6 +17,7 @@ COMMENT= Userspace interface to kernel Direct Rendering Module services BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs +WITH_FBSD10_FIX= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |