aboutsummaryrefslogtreecommitdiff
path: root/x11/x3270/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/x3270/Makefile')
-rw-r--r--x11/x3270/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile
index a539fc7e3d75..01cbd5b87b46 100644
--- a/x11/x3270/Makefile
+++ b/x11/x3270/Makefile
@@ -3,7 +3,7 @@
PORTNAME= x3270
PORTVERSION= 3.3.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 net
MASTER_SITES= http://x3270.bgp.nu/download/current/
EXTRACT_SUFX= ga7-src.tgz
@@ -21,8 +21,9 @@ CONFLICTS= c3270-*
USES= iconv fonts imake:env
USE_XORG= ice sm x11 xaw xext xmu xt
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-fontdir=${FONTSDIR} \
- --disable-dbcs
+CONFIGURE_ARGS= --with-fontdir=${FONTSDIR} \
+ --disable-dbcs \
+ ac_cv_search_libiconv=no
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.if defined(WITHOUT_OPENSSL)