summaryrefslogtreecommitdiff
path: root/graphics/GeometryKit
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-21 06:24:37 +0000
committerrillig <rillig>2006-07-21 06:24:37 +0000
commit9bab3c7fdb0f7a4063eaedfe9a9794676e8321f7 (patch)
treee111bf004e371ac3be293517df9e271d302265bb /graphics/GeometryKit
parentca517758696c8d58b8b46ec09398e12968459789 (diff)
downloadpkgsrc-9bab3c7fdb0f7a4063eaedfe9a9794676e8321f7.tar.gz
Needs a C compiler.
Diffstat (limited to 'graphics/GeometryKit')
-rw-r--r--graphics/GeometryKit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile
index c60595d1f96..274539fc7f5 100644
--- a/graphics/GeometryKit/Makefile
+++ b/graphics/GeometryKit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/05/28 00:26:27 rh Exp $
+# $NetBSD: Makefile,v 1.16 2006/07/21 06:31:26 rillig Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -10,7 +10,7 @@ COMMENT= Objective-C class library for calculating 3D geometry
DISTINFO_FILE= ${.CURDIR}/distinfo
-USE_LANGUAGES= objc
+USE_LANGUAGES= c objc
WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit