summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/xalan-c/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 1b79ba5fcf9..4e092b9b8c2 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/11 04:20:16 minskim Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/18 23:25:13 minskim Exp $
#
DISTNAME= Xalan-C_1_6-src
@@ -13,6 +13,7 @@ COMMENT= XSLT processor of the Apache Project
WRKSRC= ${WRKDIR}/xml-xalan/c/src/xalanc
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
+USE_LANGUAGES= c c++
.include "../../mk/bsd.prefs.mk"
.if ${LOWER_OPSYS} == "SunOS"