pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/htmlcxx



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 12 11:35:49 UTC 2017

Modified Files:
        pkgsrc/www/htmlcxx: Makefile

Log Message:
Requires libiconv.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/htmlcxx/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/htmlcxx/Makefile
diff -u pkgsrc/www/htmlcxx/Makefile:1.1 pkgsrc/www/htmlcxx/Makefile:1.2
--- pkgsrc/www/htmlcxx/Makefile:1.1     Sun Feb 16 22:58:51 2014
+++ pkgsrc/www/htmlcxx/Makefile Fri May 12 11:35:49 2017
@@ -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"



Home | Main Index | Thread Index | Old Index