[71255] trunk/dports/x11/xorg-server-devel/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Sep 6 23:04:37 PDT 2010
Revision: 71255
http://trac.macports.org/changeset/71255
Author: jeremyhu at macports.org
Date: 2010-09-06 23:04:35 -0700 (Mon, 06 Sep 2010)
Log Message:
-----------
xorg-server-devel: Also pass --disable-devel-docs for completeness
Modified Paths:
--------------
trunk/dports/x11/xorg-server-devel/Portfile
Modified: trunk/dports/x11/xorg-server-devel/Portfile
===================================================================
--- trunk/dports/x11/xorg-server-devel/Portfile 2010-09-07 05:49:03 UTC (rev 71254)
+++ trunk/dports/x11/xorg-server-devel/Portfile 2010-09-07 06:04:35 UTC (rev 71255)
@@ -72,6 +72,7 @@
--without-doxygen \
--without-fop \
--without-xmlto \
+ --disable-devel-docs \
--with-sha1=CommonCrypto
# GL/internal/dri_interface.h is missing in prefix (provided by libdrm for the xorg DDX... not helpful for us)
@@ -120,10 +121,17 @@
configure.args-delete \
--without-doxygen \
--without-fop \
- --without-xmlto
+ --without-xmlto \
+ --disable-devel-docs
configure.args-append \
- --with-doxygen=${prefix}/bin/doxygen \
- --with-fop=${prefix}/bin/fop \
- --with-xmlto=${prefix}/bin/xmlto
+ --with-doxygen
+ --with-fop \
+ --with-xmlto \
+ --enable-devel-docs
+
+ configure.env-append \
+ DOXYGEN="${prefix}/bin/doxygen" \
+ FOP="${prefix}/bin/fop" \
+ XMLTO="${prefix}/bin/xmlto"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100906/69d1b148/attachment.html>
More information about the macports-changes
mailing list