summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordholland <dholland>2008-09-08 06:38:56 +0000
committerdholland <dholland>2008-09-08 06:38:56 +0000
commit8e0c67d00ca2bf22b1345abf6caae82bef7008a5 (patch)
tree52109b5500cad0f8aaeaddc3e9da26a6665e7b1b /graphics
parent89870e904d9150556e96eddbd046c0f91c8a8aec (diff)
downloadpkgsrc-8e0c67d00ca2bf22b1345abf6caae82bef7008a5.tar.gz
Fix deps for modular xorg. Bump PKGREVISIONs.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/3DKit/Makefile4
-rw-r--r--graphics/3DKit/Makefile.common3
-rw-r--r--graphics/GLXKit/Makefile6
-rw-r--r--graphics/GeometryKit/Makefile4
-rw-r--r--graphics/GlutKit/Makefile4
-rw-r--r--graphics/RenderKit/Makefile4
-rw-r--r--graphics/SDLKit/Makefile4
7 files changed, 15 insertions, 14 deletions
diff --git a/graphics/3DKit/Makefile b/graphics/3DKit/Makefile
index 95e1bf1d9b4..b4e44d5f1ce 100644
--- a/graphics/3DKit/Makefile
+++ b/graphics/3DKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2008/03/04 15:39:09 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2008/09/08 06:38:56 dholland Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../graphics/3DKit/Makefile.common"
-PKGREVISION= 13
+PKGREVISION= 14
DISTFILES= DevManual.pdf
diff --git a/graphics/3DKit/Makefile.common b/graphics/3DKit/Makefile.common
index e00986985c0..7533248b00e 100644
--- a/graphics/3DKit/Makefile.common
+++ b/graphics/3DKit/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2006/09/09 02:42:01 obache Exp $
+# $NetBSD: Makefile.common,v 1.13 2008/09/08 06:38:57 dholland Exp $
#
DISTNAME= 3DKit-0.3.1r2
@@ -16,4 +16,3 @@ NO_CONFIGURE= YES
USE_TOOLS+= gmake
MAKE_FILE= GNUmakefile
-.include "../../mk/x11.buildlink3.mk"
diff --git a/graphics/GLXKit/Makefile b/graphics/GLXKit/Makefile
index ba770d2839b..5332fe77835 100644
--- a/graphics/GLXKit/Makefile
+++ b/graphics/GLXKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2008/01/18 05:06:37 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GLXKit/}
-PKGREVISION= 12
+PKGREVISION= 13
COMMENT= 3DKit GLX backend
@@ -12,5 +12,7 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
WRKSRC= ${WRKDIR}/${DISTNAME}/GLXKit
.include "../../graphics/RenderKit/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile
index 391f3c95139..28d9830be75 100644
--- a/graphics/GeometryKit/Makefile
+++ b/graphics/GeometryKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2008/01/18 05:06:37 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GeometryKit/}
-PKGREVISION= 12
+PKGREVISION= 13
COMMENT= Objective-C class library for calculating 3D geometry
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile
index b23f8fd4b64..cb5df83a7f5 100644
--- a/graphics/GlutKit/Makefile
+++ b/graphics/GlutKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2008/01/18 05:06:37 tnn Exp $
+# $NetBSD: Makefile,v 1.19 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/GlutKit/}
-PKGREVISION= 14
+PKGREVISION= 15
COMMENT= 3DKit GLUT backend
diff --git a/graphics/RenderKit/Makefile b/graphics/RenderKit/Makefile
index 2ea54356b48..7c656fe6251 100644
--- a/graphics/RenderKit/Makefile
+++ b/graphics/RenderKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2008/01/18 05:06:38 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/RenderKit/}
-PKGREVISION= 12
+PKGREVISION= 13
COMMENT= Objective-C API for core scene rendering
diff --git a/graphics/SDLKit/Makefile b/graphics/SDLKit/Makefile
index 1dcb2ee80cc..a7159b2ad7f 100644
--- a/graphics/SDLKit/Makefile
+++ b/graphics/SDLKit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.22 2008/01/18 05:06:38 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2008/09/08 06:38:56 dholland Exp $
#
.include "../../graphics/3DKit/Makefile.common"
PKGNAME= ${DISTNAME:S/3DKit/SDLKit/}
-PKGREVISION= 17
+PKGREVISION= 18
COMMENT= 3DKit SDL backend