diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-18 20:30:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-18 20:30:31 +0000 |
commit | 678dfacbe75b7daf4cf39ba5dd503c8388ab43d0 (patch) | |
tree | 079186cd9b8dab810ebe6144cd609ee1f09a0009 /textproc | |
parent | eb6b9634d442b8e7e32a59cf790a73ee2f39f5a2 (diff) | |
download | pkgsrc-678dfacbe75b7daf4cf39ba5dd503c8388ab43d0.tar.gz |
Needs c++ to build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index 15cceb037cc..df024c48db6 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/02/18 20:23:07 minskim Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/18 20:30:31 minskim Exp $ # DISTNAME= xerces-c-src_2_3_0 @@ -15,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/src/xercesc USE_BUILDLINK3= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ .include "../../mk/bsd.prefs.mk" .if ${LOWER_OPSYS} == "SunOS" |