summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgrant <grant>2004-06-12 04:21:15 +0000
committergrant <grant>2004-06-12 04:21:15 +0000
commit746ae3770bdac262169d2bc052c4aceb2e295459 (patch)
tree900457fbdf68df827f0d24fea95a661450ecd916 /devel
parent622a35b43ca6b957fcef4eb2d136cd98fb014496 (diff)
downloadpkgsrc-746ae3770bdac262169d2bc052c4aceb2e295459.tar.gz
USE_LANGUAGES=c c++
Diffstat (limited to 'devel')
-rw-r--r--devel/nana/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nana/Makefile b/devel/nana/Makefile
index 9bddd687ac5..bbccfee989d 100644
--- a/devel/nana/Makefile
+++ b/devel/nana/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/04/24 22:46:09 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2004/06/12 04:21:15 grant Exp $
DISTNAME= nana-2.4
CATEGORIES= devel
@@ -10,5 +10,6 @@ COMMENT= Improved support for assertions and logging in C and C++
GNU_CONFIGURE= yes
INFO_FILES= nana.info
+USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"