diff options
author | bsam <bsam@FreeBSD.org> | 2013-09-08 03:49:41 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-09-08 03:49:41 +0800 |
commit | 3e50a1f1008125d1fcb80824f0b07c82b4441181 (patch) | |
tree | 44170eaab332d8a08ad941e3638a2e1e422229c8 /www/apache22 | |
parent | e40957d48800f7febe079c19e8783f52b1a7e5c5 (diff) | |
download | freebsd-ports-gnome-3e50a1f1008125d1fcb80824f0b07c82b4441181.tar.gz freebsd-ports-gnome-3e50a1f1008125d1fcb80824f0b07c82b4441181.tar.zst freebsd-ports-gnome-3e50a1f1008125d1fcb80824f0b07c82b4441181.zip |
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 3ceb017f1f93..2f26cbaf32b0 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --with-perl=${PERL5} \ --with-port=${WITH_HTTP_PORT} \ --with-expat=${LOCALBASE} \ - --with-iconv=${LOCALBASE} \ + --with-iconv=${ICONV_PREFIX} \ --enable-http \ --with-pcre=${LOCALBASE} \ --with-apr=${APR_CONFIG} \ |