aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gwenhywfar
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2018-02-18 21:10:44 +0800
committerjhale <jhale@FreeBSD.org>2018-02-18 21:10:44 +0800
commitcbc8ebfeb73be981831f139ca8fa339fe0b2f032 (patch)
treea7809b0eb0eea6e11effa41076fdfdab6a322d03 /devel/gwenhywfar
parent4e0c17a02e03c36f793b7d8762c9da4833b31113 (diff)
downloadfreebsd-ports-gnome-cbc8ebfeb73be981831f139ca8fa339fe0b2f032.tar.gz
freebsd-ports-gnome-cbc8ebfeb73be981831f139ca8fa339fe0b2f032.tar.zst
freebsd-ports-gnome-cbc8ebfeb73be981831f139ca8fa339fe0b2f032.zip
We need iconv from ports for the "//TRANSLIT" extension
$ aqhbci-tool4 getaccsepa -b 111111111 -a 2222222222 3:2018/02/18 08-02-57:gwen(32628):gui.c: 179: Cannot convert from "US-ASCII//TRANSLIT" to "UTF-8", Invalid argument 3:2018/02/18 08-02-57:gwen(32628):args.c: 71: Error parsing "-b" ERROR: Could not parse arguments Reported by: aqbanking-user mailing list (archives only available to subscribers)
Diffstat (limited to 'devel/gwenhywfar')
-rw-r--r--devel/gwenhywfar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile
index 307802ace592..6c6175e4d43b 100644
--- a/devel/gwenhywfar/Makefile
+++ b/devel/gwenhywfar/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gwenhywfar
PORTVERSION= 4.19.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel net security
MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=207&file=01&dummy=/
@@ -16,7 +16,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgnutls.so:security/gnutls \
libgpg-error.so:security/libgpg-error
-USES= gettext gmake iconv libtool pathfix pkgconfig ssl
+USES= gettext gmake iconv:translit libtool pathfix pkgconfig ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-release="yes" \