summaryrefslogtreecommitdiff
path: root/graphics/GeometryKit
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-21 06:24:37 +0000
committerrillig <rillig@pkgsrc.org>2006-07-21 06:24:37 +0000
commit9969dfc344d1cb4698c605ad8c927474c94dee25 (patch)
treee111bf004e371ac3be293517df9e271d302265bb /graphics/GeometryKit
parentfbcdb15af85fbf914d61fb8a8d0786aa6ff4b301 (diff)
downloadpkgsrc-9969dfc344d1cb4698c605ad8c927474c94dee25.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