diff --git a/Portfile b/Portfile
index 3340d3b..e325d26 100644
a
|
b
|
pre-configure { |
95 | 95 | } |
96 | 96 | |
97 | 97 | if {[variant_isset aquaterm]} { |
98 | | set aqtLibs "-laquaterm -Wl,-framework -Wl,Foundation" |
| 98 | set aqtLibs "-Wl,-framework -Wl,AquaTerm -Wl,-framework -Wl,Foundation -F${frameworks_dir}" |
99 | 99 | } else { |
100 | 100 | set aqtLibs "" |
101 | 101 | } |
102 | 102 | |
103 | 103 | # Create configuration file. |
104 | 104 | # For a description of options, see ${worksrcpath}/sys_linux/g77_gcc.conf |
105 | | lappend options XINCL "${configure.cppflags}" |
| 105 | lappend options XINCL "${configure.cppflags} -F${frameworks_dir}" |
106 | 106 | lappend options MOTIF_INCL "" |
107 | 107 | lappend options ATHENA_INCL "" |
108 | 108 | lappend options TK_INCL "" |
… |
… |
pre-configure { |
133 | 133 | |
134 | 134 | file mkdir ${worksrcpath}/sys_darwin |
135 | 135 | foreach {var val} ${options} { |
136 | | system "/bin/echo \" ${var}=\\\"${val}\\\"\" >> ${worksrcpath}/sys_darwin/marcports.conf" |
| 136 | system "/bin/echo \" ${var}=\\\"${val}\\\"\" >> ${worksrcpath}/sys_darwin/macports.conf" |
137 | 137 | } |
138 | 138 | |
139 | 139 | # Create optional routine which makemake will find and compile. |