summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-12 11:35:49 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-12 11:35:49 +0000
commit2a4d50db88ae6ca38e9871e4baf5cb50e062c1a2 (patch)
tree6a3802b5bfc7d5a83795ad3f9b4b016ae2997967 /www
parent8d9d44bd893492534668243914cbcd6027ef6954 (diff)
downloadpkgsrc-2a4d50db88ae6ca38e9871e4baf5cb50e062c1a2.tar.gz
Requires libiconv.
Diffstat (limited to 'www')
-rw-r--r--www/htmlcxx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile
index c648e62747c..c7e9acdc9bb 100644
--- a/www/htmlcxx/Makefile
+++ b/www/htmlcxx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/16 22:58:51 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/12 11:35:49 jperkin Exp $
DISTNAME= htmlcxx-0.85
CATEGORIES= www
@@ -16,4 +16,5 @@ USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= htmlcxx.pc.in
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"