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

jeremyhu at macports.org jeremyhu at macports.org
Tue Feb 9 22:15:08 PST 2010


Revision: 63605
          http://trac.macports.org/changeset/63605
Author:   jeremyhu at macports.org
Date:     2010-02-09 22:15:07 -0800 (Tue, 09 Feb 2010)
Log Message:
-----------
xorg-server: fontdir comes from font-util now, removing the configure option

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

Modified: trunk/dports/x11/xorg-server/Portfile
===================================================================
--- trunk/dports/x11/xorg-server/Portfile	2010-02-10 06:10:23 UTC (rev 63604)
+++ trunk/dports/x11/xorg-server/Portfile	2010-02-10 06:15:07 UTC (rev 63605)
@@ -45,7 +45,8 @@
 	port:autoconf \
 	port:automake \
 	port:libtool \
-	port:xorg-util-macros
+	port:xorg-util-macros \
+	port:doxygen
 
 # This xinit dependency needs to be port: not bin: because we specifically run ${prefix}/bin/startx from bundle-main.c
 depends_run \
@@ -64,7 +65,10 @@
 
 # TODO: Remove openssl dependency with 1.8
 
-configure.args --with-apple-applications-dir=${applications_dir} --with-fontdir=${prefix}/share/fonts --with-launchd-id-prefix=org.macports --without-dtrace --disable-dmx
+configure.args --with-apple-applications-dir=${applications_dir} \
+	--with-launchd-id-prefix=org.macports \
+	--without-dtrace \
+	--disable-dmx
 
 # GL/internal/dri_interface.h is missing in prefix (provided by libdrm for the xorg DDX... not helpful for us)
 configure.cppflags-append -I/usr/include -I${filespath}/dri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100209/b984b09a/attachment.html>


More information about the macports-changes mailing list