diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-12 11:35:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-12 11:35:49 +0000 |
commit | 2a4d50db88ae6ca38e9871e4baf5cb50e062c1a2 (patch) | |
tree | 6a3802b5bfc7d5a83795ad3f9b4b016ae2997967 /www | |
parent | 8d9d44bd893492534668243914cbcd6027ef6954 (diff) | |
download | pkgsrc-2a4d50db88ae6ca38e9871e4baf5cb50e062c1a2.tar.gz |
Requires libiconv.
Diffstat (limited to 'www')
-rw-r--r-- | www/htmlcxx/Makefile | 3 |
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" |