[74473] trunk/dports/x11/xorg-server/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 18 10:58:05 PST 2010


Revision: 74473
          http://trac.macports.org/changeset/74473
Author:   jeremyhu at macports.org
Date:     2010-12-18 10:58:00 -0800 (Sat, 18 Dec 2010)
Log Message:
-----------
xorg-server: Add missing dependencies, #27711

Modified Paths:
--------------
    trunk/dports/x11/xorg-server/Portfile

Modified: trunk/dports/x11/xorg-server/Portfile
===================================================================
--- 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101218/eaf59c18/attachment.html>


More information about the macports-changes mailing list