Thu Mar 12 16:33:32 2015 UTC ()
requires pthreads


(tnn)
diff -r1.7 -r1.8 pkgsrc/games/libggz/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/games/libggz/Makefile (expand / switch to unified diff)

--- pkgsrc/games/libggz/Makefile 2014/01/01 11:52:03 1.7
+++ pkgsrc/games/libggz/Makefile 2015/03/12 16:33:32 1.8
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.7 2014/01/01 11:52:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2015/03/12 16:33:32 tnn Exp $
2# 2#
3 3
4DISTNAME= libggz-0.0.14.1 4DISTNAME= libggz-0.0.14.1
5PKGREVISION= 4 5PKGREVISION= 4
6CATEGORIES= games 6CATEGORIES= games
7MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/ 7MASTER_SITES= http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/
8 8
9MAINTAINER= mrohrer@users.sourceforge.net 9MAINTAINER= mrohrer@users.sourceforge.net
10HOMEPAGE= http://www.ggzgamingzone.org/ 10HOMEPAGE= http://www.ggzgamingzone.org/
11COMMENT= GGZ Gaming Zone libraries 11COMMENT= GGZ Gaming Zone libraries
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15 15
16CONFIGURE_ARGS+= --enable-debug-gdb 16CONFIGURE_ARGS+= --enable-debug-gdb
17CONFIGURE_ARGS+= --with-tls 17CONFIGURE_ARGS+= --with-tls
18CONFIGURE_ARGS+= --with-gcrypt 18CONFIGURE_ARGS+= --with-gcrypt
19 19
 20.include "../../mk/pthread.buildlink3.mk"
20.include "../../security/gnutls/buildlink3.mk" 21.include "../../security/gnutls/buildlink3.mk"
21.include "../../security/libgcrypt/buildlink3.mk" 22.include "../../security/libgcrypt/buildlink3.mk"
22.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"