summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2009-08-25 04:42:54 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2009-08-25 04:42:54 +0000
commit4e6ab1c1bf44f9ba7d9e1c980ef5d7aae46b9535 (patch)
tree389f308a176682b9d935f63d616e228bfc8a8d47 /x11
parentFix the build with the new fribidi. (diff)
xorg-server builds on ia64. Include it in the xorg meta-port.
Ok'd by: rnoland
Notes
Notes: svn path=/head/; revision=240297
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index 28f72a523525..deff22c9ad23 100644
--- a/x11/xorg/Makefile
+++ b/x11/xorg/Makefile
@@ -58,7 +58,7 @@ DEPENDS_TARGET="package"
.endif
.endif
-.if ${ARCH} != "alpha" && ${ARCH} != "ia64"
+.if ${ARCH} != "alpha"
RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server
.endif