summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-12 16:33:32 +0000
committertnn <tnn@pkgsrc.org>2015-03-12 16:33:32 +0000
commit73248c4447f49a0c2f6f9de4e4e4f27a99772e9d (patch)
tree5aeb532782f00c3b93b83b03d670827a5d18da97 /games
parentf433240edb89f80f46112a12eb2b55b9fb12a526 (diff)
downloadpkgsrc-73248c4447f49a0c2f6f9de4e4e4f27a99772e9d.tar.gz
requires pthreads
Diffstat (limited to 'games')
-rw-r--r--games/libggz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile
index 67287a1b4d0..a606f9ae7b3 100644
--- a/games/libggz/Makefile
+++ b/games/libggz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/01/01 11:52:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/03/12 16:33:32 tnn Exp $
#
DISTNAME= libggz-0.0.14.1
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --enable-debug-gdb
CONFIGURE_ARGS+= --with-tls
CONFIGURE_ARGS+= --with-gcrypt
+.include "../../mk/pthread.buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"