summaryrefslogtreecommitdiff
path: root/math/gtklife
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-12-23 18:27:28 +0000
committerjoerg <joerg@pkgsrc.org>2008-12-23 18:27:28 +0000
commit07bb0d6a4e7ee4ab88cef077de290cb57159fafa (patch)
tree340a54f45a7487d370e10190f205d61b89103b36 /math/gtklife
parent77edf3ff52401a457b734303178511a708963160 (diff)
downloadpkgsrc-07bb0d6a4e7ee4ab88cef077de290cb57159fafa.tar.gz
Needs pkg-config.
Diffstat (limited to 'math/gtklife')
-rw-r--r--math/gtklife/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gtklife/Makefile b/math/gtklife/Makefile
index 70f056c02b4..3f45b16e948 100644
--- a/math/gtklife/Makefile
+++ b/math/gtklife/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/11/02 16:56:15 snj Exp $
+# $NetBSD: Makefile,v 1.10 2008/12/23 18:27:28 joerg Exp $
DISTNAME= gtklife-5.1
CATEGORIES= math
@@ -11,7 +11,7 @@ COMMENT= The game of life
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-gtk2
CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/gtklife
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pkg-config
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"