aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-08-12 03:45:03 +0800
committeranholt <anholt@FreeBSD.org>2004-08-12 03:45:03 +0800
commit64902808c5aa14cd93515aba25b8d777b991f928 (patch)
tree4ae1a9d8295f3067e6c0975b5dde786648e3974d /graphics
parent052847baad15a6326926be13053a51ed55a903f0 (diff)
downloadfreebsd-ports-gnome-64902808c5aa14cd93515aba25b8d777b991f928.tar.gz
freebsd-ports-gnome-64902808c5aa14cd93515aba25b8d777b991f928.tar.zst
freebsd-ports-gnome-64902808c5aa14cd93515aba25b8d777b991f928.zip
Add missing dependency on libX11, to fix package build.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dri/Makefile2
-rw-r--r--graphics/xfree86-dri/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index 89f5b9df6b31..937a4987e280 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -18,6 +18,8 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI
EXTRA_PATCHES+= ${CF_PATCHES}
+USE_XLIB= yes
+
ONLY_FOR_ARCHS= i386 alpha amd64
XBUILD_DIRS= lib/GL
diff --git a/graphics/xfree86-dri/Makefile b/graphics/xfree86-dri/Makefile
index 89f5b9df6b31..937a4987e280 100644
--- a/graphics/xfree86-dri/Makefile
+++ b/graphics/xfree86-dri/Makefile
@@ -18,6 +18,8 @@ COMMENT= OpenGL hardware acceleration drivers for the DRI
EXTRA_PATCHES+= ${CF_PATCHES}
+USE_XLIB= yes
+
ONLY_FOR_ARCHS= i386 alpha amd64
XBUILD_DIRS= lib/GL