Don't add xorg-server to RUN_DEPENDS on ia64. The xorg-server port
hasn't been ported to ia64, mostly because syscons is not supported.
This commit is contained in:
parent
690bf4cb13
commit
d3b8268442
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122095
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,6 @@ RUN_DEPENDS= xvinfo:${PORTSDIR}/x11/xorg-clients \
|
|||
${FONTDEFAULT}:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \
|
||||
${FONTTT}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
|
||||
${FONTT1}:${PORTSDIR}/x11-fonts/xorg-fonts-type1 \
|
||||
${X11BASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
|
||||
${X11BASE}/bin/xfs:${PORTSDIR}/x11-servers/xorg-fontserver \
|
||||
${X11BASE}/bin/Xnest:${PORTSDIR}/x11-servers/xorg-nestserver \
|
||||
${X11BASE}/bin/Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \
|
||||
|
@ -33,6 +32,10 @@ RUN_DEPENDS= xvinfo:${PORTSDIR}/x11/xorg-clients \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != ia64
|
||||
RUN_DEPENDS+= ${X11BASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == i386 || ${ARCH} == alpha || ${ARCH} == amd64
|
||||
RUN_DEPENDS+= ${X11BASE}/lib/modules/dri/r200_dri.so:${PORTSDIR}/graphics/dri
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue