diff options
author | joerg <joerg> | 2006-05-12 10:41:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-12 10:41:54 +0000 |
commit | 40e4d32ce8dd8db548095be978a4de1f3fa90f7f (patch) | |
tree | e874e585385aa61dd63b4b67befaae0b211910d6 /www/htmldoc | |
parent | 07844a47d61016d524bbd21600f3acaba2fa57ec (diff) | |
download | pkgsrc-40e4d32ce8dd8db548095be978a4de1f3fa90f7f.tar.gz |
Uses C++.
Diffstat (limited to 'www/htmldoc')
-rw-r--r-- | www/htmldoc/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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" |