Revision
61049
Author
jmr@macports.org
Date
2009-12-01 03:02:39 -0800 (Tue, 01 Dec 2009)

Log Message

gnustep-make: set configure.compiler correctly (#22729)

Modified Paths

Diff

Modified: trunk/dports/gnustep/gnustep-make/Portfile (61048 => 61049)


--- trunk/dports/gnustep/gnustep-make/Portfile	2009-12-01 08:54:03 UTC (rev 61048)
+++ trunk/dports/gnustep/gnustep-make/Portfile	2009-12-01 11:02:39 UTC (rev 61049)
@@ -25,7 +25,8 @@
 destroot.violate_mtree yes
 
 universal_variant   no
-depends_run         port:gcc42
+depends_lib         port:gcc42
+configure.compiler  macports-gcc-4.2
 
 configure.args      CC=gcc-mp-4.2 \
                     --with-library-combo=gnu-gnu-gnu \