Modified: trunk/dports/x11/xorg-server/Portfile (74472 => 74473)
--- trunk/dports/x11/xorg-server/Portfile 2010-12-18 14:46:47 UTC (rev 74472)
+++ trunk/dports/x11/xorg-server/Portfile 2010-12-18 18:58:00 UTC (rev 74473)
@@ -31,6 +31,7 @@
port:pkgconfig \
port:mesa \
port:xorg-applewmproto \
+ port:xorg-bigreqsproto \
port:xorg-damageproto \
port:xorg-fixesproto \
port:xorg-fontsproto \
@@ -46,8 +47,7 @@
port:xorg-xproto \
port:xorg-xextproto \
port:xorg-xineramaproto \
- port:xorg-xtrans \
- port:xorg-util-macros
+ port:xorg-xtrans
# This xinit dependency needs to be port: not bin: because we specifically run ${prefix}/bin/startx from bundle-main.c
depends_run \
@@ -90,6 +90,10 @@
build.args V=1
+depends_build-append \
+ port:xorg-util-macros \
+ port:xorg-font-util
+
post-destroot {
ln -s Xquartz ${destroot}${prefix}/bin/X
}