summaryrefslogtreecommitdiff
path: root/lang/cint
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-04 21:14:00 +0000
committerrillig <rillig@pkgsrc.org>2006-10-04 21:14:00 +0000
commit190b765ae748ec8d83faf334ad805749f03bd909 (patch)
tree9f929dca6b226bd7caf5fc7083ce91ff329de4a8 /lang/cint
parent2276cdf10a7300a15ad6c7ecbdbdc93cfba2a6c4 (diff)
downloadpkgsrc-190b765ae748ec8d83faf334ad805749f03bd909.tar.gz
Needs a C compiler.
Diffstat (limited to 'lang/cint')
-rw-r--r--lang/cint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index ce895fe3ea2..8803dcde3b2 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/05/26 12:30:15 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2006/10/04 21:14:00 rillig Exp $
DISTNAME= cint5.15
PKGNAME= cint-5.15.174
@@ -24,7 +24,7 @@ PLIST_SUBST+= HAVE_THR="@comment "
.endif
INSTALLATION_DIRS= bin
-USE_LANGUAGES+= c++
+USE_LANGUAGES= c c++
post-extract:
${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \;