diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-31 01:47:53 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-31 01:47:53 +0800 |
commit | f23f29baa074ef4f3f12fa5335d1a722b4eabe87 (patch) | |
tree | f13e60b104a0d321dc8f71887685983098835e6b /graphics | |
parent | 3fe8f3e8e46ac26770f70afaf1a365465d4d78ab (diff) | |
download | freebsd-ports-gnome-f23f29baa074ef4f3f12fa5335d1a722b4eabe87.tar.gz freebsd-ports-gnome-f23f29baa074ef4f3f12fa5335d1a722b4eabe87.tar.zst freebsd-ports-gnome-f23f29baa074ef4f3f12fa5335d1a722b4eabe87.zip |
Add USE_PKGCONFIG= build, otherwise configure fails
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dri/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index b3f47ed036ee..f4ca15183f10 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -16,6 +16,7 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm \ expat.6:${PORTSDIR}/textproc/expat2 +USE_PKGCONFIG= build USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto do-install: |