summaryrefslogtreecommitdiff
path: root/x11/eterm/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-14 14:48:46 +0000
committertnn <tnn@pkgsrc.org>2015-03-14 14:48:46 +0000
commitbc7327cd273252a9ed09b1995270ad6e0f29a26c (patch)
tree14e98ea0ca87719cf11315d36ac202088da1c6df /x11/eterm/Makefile
parent8ec575ac7c6d65cd6b148812923802e88a84e48f (diff)
downloadpkgsrc-bc7327cd273252a9ed09b1995270ad6e0f29a26c.tar.gz
add build dependency on converters/libiconv
(wants to include iconv.h but has no runtime dependency)
Diffstat (limited to 'x11/eterm/Makefile')
-rw-r--r--x11/eterm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index 8e1f8473ca7..cb37f08e04f 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2014/05/29 23:38:18 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2015/03/14 14:48:46 tnn Exp $
DISTNAME= Eterm-0.9.5
PKGNAME= ${DISTNAME:S/^E/e/}
@@ -45,5 +45,7 @@ SPECIAL_PERMS= ${PREFIX}/bin/Eterm ${SETUID_ROOT_PERMS}
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXres/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+BUILDLINK_DEPMETHOD.iconv?= build
.include "../../mk/bsd.pkg.mk"