diff options
author | joerg <joerg> | 2008-12-23 18:27:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-12-23 18:27:28 +0000 |
commit | f6a5d5e0b45f632b87b4f00af602738e0b836320 (patch) | |
tree | 340a54f45a7487d370e10190f205d61b89103b36 /math | |
parent | 3591c076e219fa554844e06e9bf29007a838b897 (diff) | |
download | pkgsrc-f6a5d5e0b45f632b87b4f00af602738e0b836320.tar.gz |
Needs pkg-config.
Diffstat (limited to 'math')
-rw-r--r-- | math/gtklife/Makefile | 4 |
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" |