Modified: trunk/dports/textproc/doxygen/Portfile (67214 => 67215)
--- trunk/dports/textproc/doxygen/Portfile 2010-05-02 22:47:54 UTC (rev 67214)
+++ trunk/dports/textproc/doxygen/Portfile 2010-05-02 23:06:11 UTC (rev 67215)
@@ -100,11 +100,11 @@
# Specify the platform explicitly to avoid a universal build.
global tmake_conf
- if { ![variant_isset universal] } {
+ #if { ![variant_isset universal] } {
set tmake_conf ${worksrcpath}/tmake/lib/macosx-c++/tmake.conf
configure.args-append --platform macosx-c++
- } else {
- set tmake_conf ${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf
- configure.args-append --platform macosx-uni-c++
- }
+ #} else {
+ # set tmake_conf ${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf
+ # configure.args-append --platform macosx-uni-c++
+ #}
}