forked from Lainports/freebsd-ports
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
This commit is contained in:
parent
9180591531
commit
1bf841cb36
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue