[90704] trunk/dports/textproc/canna/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Mar 12 15:50:40 PDT 2012


Revision: 90704
          http://trac.macports.org/changeset/90704
Author:   jeremyhu at macports.org
Date:     2012-03-12 15:50:40 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
canna: Revert r89983, use_xmkmf does the right thing in the latest release version of base

Revision Links:
--------------
    http://trac.macports.org/changeset/89983

Modified Paths:
--------------
    trunk/dports/textproc/canna/Portfile

Modified: trunk/dports/textproc/canna/Portfile
===================================================================
--- trunk/dports/textproc/canna/Portfile	2012-03-12 22:44:28 UTC (rev 90703)
+++ trunk/dports/textproc/canna/Portfile	2012-03-12 22:50:40 UTC (rev 90704)
@@ -47,19 +47,12 @@
     reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Canna.conf
 }
 
-#use_xmkmf      yes
-depends_build   port:imake
+use_xmkmf       yes
 
 # https://trac.macports.org/ticket/31504
 if {${configure.compiler} == "clang"} { 
     configure.compiler llvm-gcc-4.2 
 }
-
-configure {
-    # IMAKECPP should be set explicitly before calling xmkmf. (quick fix to allow building)
-    system "cd ${worksrcpath} && IMAKECPP=${configure.cpp} xmkmf"
-}
-
 build.env-append IMAKECPP="${configure.cpp}"
 
 pre-build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/bd12dd6e/attachment-0001.html>


More information about the macports-changes mailing list