diff options
author | johans <johans@FreeBSD.org> | 2014-03-27 02:54:55 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-03-27 02:54:55 +0800 |
commit | debd137f2126537563726ef8de60524fd3751ae3 (patch) | |
tree | 9b75bd477383b55a21c3ae50597511897bad053e /news | |
parent | e7dff8eb71519a2ba2aec50da6e7cdb32ca08461 (diff) | |
download | freebsd-ports-gnome-debd137f2126537563726ef8de60524fd3751ae3.tar.gz freebsd-ports-gnome-debd137f2126537563726ef8de60524fd3751ae3.tar.zst freebsd-ports-gnome-debd137f2126537563726ef8de60524fd3751ae3.zip |
Fix character set selection that was broken with iconv from base
PR: ports/187847
Submitted by: David Marec <david.marec@davenulle.org>
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 2bc941c07a4d..c17ed29b4ac5 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -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 |