diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 15:18:17 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 15:18:17 +0000 |
commit | 9a44a7d2d7afa34250446a8a7649090aecfd983a (patch) | |
tree | f1c735a2dd9c7fd0ef13072fa247e06957257d7c /x11/x3270 | |
parent | 2ce5e4bebf19fb88e924dc3f42fda1da9d3c051b (diff) | |
download | pkgsrc-9a44a7d2d7afa34250446a8a7649090aecfd983a.tar.gz |
needs iconv(3)
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index ea70c4fa9f2..bb8d790cbdd 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/06/01 18:47:24 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2015/03/15 15:18:17 tnn Exp $ DISTNAME= suite3270-3.3.14ga11-src PKGNAME= x3270-3.3.14ga11 @@ -29,6 +29,7 @@ EGDIR= ${PREFIX}/share/examples/x3270 CONF_FILES= ${EGDIR}/ibm_hosts ${PKG_SYSCONFDIR}/ibm_hosts INSTALLATION_DIRS+= ${EGDIR} +.include "../../converters/libiconv/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" |