aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xorg
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-11-11 13:44:35 +0800
committermarcel <marcel@FreeBSD.org>2009-11-11 13:44:35 +0800
commit143cb3039bd9290028620ada56902f330bf4c697 (patch)
treeada98a7b772f0f02ea5c08aa4d9b61bf5f90b1d2 /x11/xorg
parentc7163d0ce5d8e85c1b0e050c9b62dd406027feb7 (diff)
downloadfreebsd-ports-gnome-143cb3039bd9290028620ada56902f330bf4c697.tar.gz
freebsd-ports-gnome-143cb3039bd9290028620ada56902f330bf4c697.tar.zst
freebsd-ports-gnome-143cb3039bd9290028620ada56902f330bf4c697.zip
Fix RUN_DEPENDS to depend on dri.pc rather than r128_dri.so.
On ia64, r128_dri.so is not built, causing repeated recursion into graphics/dri (on restarts). Approved by: rnoland
Diffstat (limited to 'x11/xorg')
-rw-r--r--x11/xorg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index deff22c9ad23..3ef7db5d3f73 100644
--- a/x11/xorg/Makefile
+++ b/x11/xorg/Makefile
@@ -18,7 +18,7 @@ COMMENT= X.Org complete distribution metaport
NO_BUILD= yes
-RUN_DEPENDS+= ${LOCALBASE}/lib/dri/r128_dri.so:${PORTSDIR}/graphics/dri
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri
# data
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \