aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jfbterm
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-02 16:38:56 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-02 16:38:56 +0000
commitc037647c1f6e5d7e370d08a84b7b404d899ba924 (patch)
tree58c00bbec0c7130726a63080475d38db0ba1f760 /sysutils/jfbterm
parent86b3871e67e1f4e730c1e60da94e6722703319d4 (diff)
downloadports-c037647c1f6e5d7e370d08a84b7b404d899ba924.tar.gz
ports-c037647c1f6e5d7e370d08a84b7b404d899ba924.zip
Notes
Diffstat (limited to 'sysutils/jfbterm')
-rw-r--r--sysutils/jfbterm/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/sysutils/jfbterm/Makefile b/sysutils/jfbterm/Makefile
index 12bc58011e06..540d0969680f 100644
--- a/sysutils/jfbterm/Makefile
+++ b/sysutils/jfbterm/Makefile
@@ -54,20 +54,10 @@ MAN1= ${PORTNAME}.1
MAN5= ${PORTNAME}.conf.5
.endif
-.if !${PORT_OPTIONS:MICONV}
-MAKE_ENV+= WITHOUT_ICONV=
-.endif
-
-.if !exists(/usr/include/iconv.h)
-. if ${PORT_OPTIONS:MICONV}
-. if !defined(NO_SHARED)
+.if ${PORT_OPTIONS:MICONV}
USES+= iconv
-. else
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libiconv.a:${PORTSDIR}/converters/libiconv
-. endif
-. else
-BUILD_DEPENDS+= ${LOCALBASE}/include/iconv.h:${PORTSDIR}/converters/libiconv
-. endif
+.else
+MAKE_ENV+= WITHOUT_ICONV=
.endif
.if ${PORT_OPTIONS:MPNG}