[97078] trunk/dports/graphics/pgplot/Portfile

g5pw at macports.org g5pw at macports.org
Sun Aug 26 15:30:40 PDT 2012


Revision: 97078
          https://trac.macports.org/changeset/97078
Author:   g5pw at macports.org
Date:     2012-08-26 15:30:37 -0700 (Sun, 26 Aug 2012)
Log Message:
-----------
graphics/pgplot:
-fix to use AquaTerm framework

Modified Paths:
--------------
    trunk/dports/graphics/pgplot/Portfile

Modified: trunk/dports/graphics/pgplot/Portfile
===================================================================
--- trunk/dports/graphics/pgplot/Portfile	2012-08-26 19:32:08 UTC (rev 97077)
+++ trunk/dports/graphics/pgplot/Portfile	2012-08-26 22:30:37 UTC (rev 97078)
@@ -95,14 +95,14 @@
     }
 
     if {[variant_isset aquaterm]} {
-        set aqtLibs "-laquaterm -Wl,-framework -Wl,Foundation"
+        set aqtLibs "-Wl,-framework -Wl,AquaTerm -Wl,-framework -Wl,Foundation -F${frameworks_dir}"
     } else {
         set aqtLibs ""
     }
 
     # Create configuration file.
     #    For a description of options, see ${worksrcpath}/sys_linux/g77_gcc.conf
-    lappend options XINCL           "${configure.cppflags}"
+    lappend options XINCL           "${configure.cppflags} -F${frameworks_dir}"
     lappend options MOTIF_INCL      ""
     lappend options ATHENA_INCL     ""
     lappend options TK_INCL         ""
@@ -133,7 +133,7 @@
 
     file mkdir ${worksrcpath}/sys_darwin
     foreach {var val} ${options} {
-        system "/bin/echo \"   ${var}=\\\"${val}\\\"\" >> ${worksrcpath}/sys_darwin/marcports.conf"
+        system "/bin/echo \"   ${var}=\\\"${val}\\\"\" >> ${worksrcpath}/sys_darwin/macports.conf"
     }
 
     # Create optional routine which makemake will find and compile.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120826/0e5272f3/attachment.html>


More information about the macports-changes mailing list