diff options
Diffstat (limited to 'www/apache24')
-rw-r--r-- | www/apache24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 470d6659fa2e..e45cd39573c7 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -74,7 +74,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --with-port=${WITH_HTTP_PORT} \ --with-sslport=${WITH_SSL_PORT} \ --with-expat=${LOCALBASE} \ - --with-iconv=${LOCALBASE} \ + --with-iconv=${ICONV_PREFIX} \ --enable-http \ --with-pcre=${LOCALBASE} \ --with-apr=${APR_CONFIG} \ |