diff --git a/dports/textproc/libiconv/Portfile b/dports/textproc/libiconv/Portfile
index 68339b1..cc15875 100644
a
|
b
|
configure.args \ |
54 | 54 | --disable-nls \ |
55 | 55 | --enable-extra-encodings |
56 | 56 | |
57 | | if {![variant_isset disable_utf8mac] || [variant_isset enable_cp932fix]} { |
58 | | build.cmd ${build.cmd} CC=${configure.cc} -f Makefile.devel && ${build.cmd} |
| 57 | post-configure { |
| 58 | if {![variant_isset disable_utf8mac] || [variant_isset enable_cp932fix]} { |
| 59 | build.cmd ${build.cmd} CC=${configure.cc} -f Makefile.devel && ${build.cmd} |
| 60 | } |
59 | 61 | } |
60 | 62 | |
61 | 63 | test.run yes |