mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix miss merge relating to iconv support.
Reported & tested by: Cyril Kalinchikov <cyr.k@me.com>
This commit is contained in:
parent
45e0d637c1
commit
fc406f4c65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354210
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= libxml2
|
||||
PORTVERSION= 2.9.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= textproc gnome
|
||||
MASTER_SITES= ftp://xmlsoft.org/libxml2/ \
|
||||
http://xmlsoft.org/sources/ \
|
||||
@ -19,7 +19,7 @@ COMMENT?= XML parser library for GNOME
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake iconv libtool:keepla pathfix pkgconfig shebangfix
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS?=--with-iconv=${ICONVBASE} \
|
||||
CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \
|
||||
--with-html-dir=${PREFIX}/share/doc \
|
||||
--with-html-subdir=${PORTNAME} \
|
||||
--with-lzma=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user