mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix character set selection that was broken with iconv from base
PR: ports/187847 Submitted by: David Marec <david.marec@davenulle.org>
This commit is contained in:
parent
9935d08f85
commit
6bb82fe3f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349278
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= slrn
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= news ipv6
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \
|
||||
http://www.jedsoft.org/slrn/download/
|
||||
|
@ -18,7 +19,7 @@ USES= gmake iconv
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-ipv6 --disable-inews --with-slrnpull \
|
||||
${ICONV_CONFIGURE_ARG}
|
||||
--with-non-gnu-iconv ${ICONV_CONFIGURE_ARG}
|
||||
|
||||
ALL_TARGET= all
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue