diff options
-rw-r--r-- | textproc/libxml++2/Makefile | 3 | ||||
-rw-r--r-- | www/htmldoc/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/libxml++2/Makefile b/textproc/libxml++2/Makefile index 600164b90d8..51160f44b4a 100644 --- a/textproc/libxml++2/Makefile +++ b/textproc/libxml++2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:11:03 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/05/12 10:41:54 joerg Exp $ # DISTNAME= libxml++-2.10.0 @@ -13,6 +13,7 @@ HOMEPAGE= http://libxmlplusplus.sourceforge.net/ COMMENT= C++ wrapper for the libxml XML parser library USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libxml++-2.6.pc.in GNU_CONFIGURE= yes diff --git a/www/htmldoc/Makefile.common b/www/htmldoc/Makefile.common index c269bf05f35..80d5bb0eb0b 100644 --- a/www/htmldoc/Makefile.common +++ b/www/htmldoc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2006/03/04 21:30:58 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2006/05/12 10:42:26 joerg Exp $ # HTMLDOC_VERSION= 1.8.23 @@ -18,6 +18,7 @@ PLIST_SRC= ${.CURDIR}/../htmldoc/PLIST WRKSRC= ${WRKDIR}/htmldoc-${HTMLDOC_VERSION} GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |