diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-12 10:41:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-12 10:41:54 +0000 |
commit | 0c65c256a9dc3d5a4b2c69703293ef39b01fd2a9 (patch) | |
tree | e874e585385aa61dd63b4b67befaae0b211910d6 /textproc | |
parent | b1dd13151a0bf86630c8d5087f957bd80dfdc293 (diff) | |
download | pkgsrc-0c65c256a9dc3d5a4b2c69703293ef39b01fd2a9.tar.gz |
Uses C++.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++2/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |