summaryrefslogtreecommitdiff
path: root/graphics/GeometryKit
diff options
context:
space:
mode:
authorrh <rh>2006-05-28 00:26:26 +0000
committerrh <rh>2006-05-28 00:26:26 +0000
commitd92e4d24fffe9b13c6116f9ede3591d979742b24 (patch)
tree4f7f02f7c6e247f50b4943c439b43d76a2bf1637 /graphics/GeometryKit
parent1a2283a6e7a5d775f25a3655e642a49ba7c72058 (diff)
downloadpkgsrc-d92e4d24fffe9b13c6116f9ede3591d979742b24.tar.gz
Add USE_LANGUAGES= objc
Diffstat (limited to 'graphics/GeometryKit')
-rw-r--r--graphics/GeometryKit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile
index bf695be1553..c60595d1f96 100644
--- a/graphics/GeometryKit/Makefile
+++ b/graphics/GeometryKit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:03 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2006/05/28 00:26:27 rh Exp $
#
.include "../../graphics/3DKit/Makefile.common"
@@ -10,6 +10,8 @@ COMMENT= Objective-C class library for calculating 3D geometry
DISTINFO_FILE= ${.CURDIR}/distinfo
+USE_LANGUAGES= objc
+
WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit
.include "../../x11/gnustep-back/buildlink3.mk"