diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:39:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:39:37 +0000 |
commit | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (patch) | |
tree | f56108334437cd46d45b2c31354e0c6a335683df /graphics/libdrm | |
parent | d58562f4ecb2f2f943a3081fba42509ff2f34c95 (diff) | |
download | ports-efeb4f1aa71c145d0087b4aa1ddf960e3556f74a.tar.gz ports-efeb4f1aa71c145d0087b4aa1ddf960e3556f74a.zip |
Notes
Diffstat (limited to 'graphics/libdrm')
-rw-r--r-- | graphics/libdrm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 790933db7231..01aee31dcba3 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -13,6 +13,7 @@ COMMENT= Userspace interface to kernel Direct Rendering Module services LIB_DEPENDS= pciaccess:${PORTSDIR}/devel/libpciaccess \ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -20,7 +21,7 @@ USE_LDCONFIG= yes .if defined(WITH_NEW_XORG) -USE_GMAKE= yes +USES+= gmake OPTIONS_DEFINE= KMS MANPAGES OPTIONS_DEFAULT=KMS |