diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-11-11 05:44:35 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-11-11 05:44:35 +0000 |
commit | 1bf841cb36dd7572a4eb6a2ed40e115f5368ac9b (patch) | |
tree | 1f641d3b4495ff8050a571bbdbe57e11bf40b2cd /x11/xorg | |
parent | 91805915312b14736ddc4cbd70044d0f72e7e303 (diff) |
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
Notes
Notes:
svn path=/head/; revision=244097
Diffstat (limited to 'x11/xorg')
-rw-r--r-- | x11/xorg/Makefile | 2 |
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 \ |