Modified: trunk/dports/x11/imake/Portfile (89534 => 89535)
--- trunk/dports/x11/imake/Portfile 2012-02-01 18:42:11 UTC (rev 89534)
+++ trunk/dports/x11/imake/Portfile 2012-02-01 19:25:12 UTC (rev 89535)
@@ -5,7 +5,7 @@
name imake
version 1.0.3
-revision 1
+revision 2
categories x11 devel
license X11
installs_libs no
@@ -34,11 +34,6 @@
depends_run port:xorg-cf-files path:bin/perl:perl5
depends_build port:pkgconfig port:xorg-xproto
-# FIXME: xmkmf (imake) doesn't work as expected with clang
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
-}
-
configure.env-append HAS_PERL=yes RAWCPP=${configure.cpp}
post-configure {