diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-07 19:49:41 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-07 19:49:41 +0000 |
commit | 7046a55fd8c78a3bf8c78c239a321985cdb6e3ad (patch) | |
tree | 44170eaab332d8a08ad941e3638a2e1e422229c8 /net/yaz | |
parent | 78ba9cefd2a78753796f0a79d3906abee675f58d (diff) | |
download | ports-7046a55fd8c78a3bf8c78c239a321985cdb6e3ad.tar.gz ports-7046a55fd8c78a3bf8c78c239a321985cdb6e3ad.zip |
Notes
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index eede282906a7..457cf40b0141 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -18,7 +18,7 @@ USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \ - --with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \ + --with-iconv=${ICONV_PREFIX} --with-xml2=${LOCALBASE} \ --with-xslt=${LOCALBASE} --with-icu=${LOCALBASE} \ --enable-tcpd |