summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-07-25 07:05:15 +0000
committermartti <martti@pkgsrc.org>2002-07-25 07:05:15 +0000
commit38b6ada855a45c36e16e8d0f3fa70617448598da (patch)
tree312fff9efc9badb009f891a9af4797b32c6e3430 /games
parentfe8456d5482d7681f5254a6bba8b62380822da92 (diff)
downloadpkgsrc-38b6ada855a45c36e16e8d0f3fa70617448598da.tar.gz
Add dependency to pthread.
Diffstat (limited to 'games')
-rw-r--r--games/kdegames3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile
index a31db6b0ef0..c737927c3a1 100644
--- a/games/kdegames3/Makefile
+++ b/games/kdegames3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/07/17 07:54:08 skrll Exp $
+# $NetBSD: Makefile,v 1.3 2002/07/25 07:05:15 martti Exp $
DISTNAME= kdegames-3.0.2
CATEGORIES= games
@@ -7,8 +7,10 @@ COMMENT= Games for the KDE integrated X11 desktop
.include "../../x11/kde3/Makefile.kde3"
USE_BUILDLINK_ONLY= YES
+USE_PTHREAD= native pth-syscall
.include "../../x11/kde3/buildlink.mk"
.include "../../x11/kdebase3/buildlink.mk"
+.include "../../mk/pthread.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"