diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 13:51:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 13:51:25 +0000 |
commit | 6fe97816017831931c211929dc1fe941f02bf22c (patch) | |
tree | e292a5649e97ec4f2646e467b130bba558aa05f6 /graphics/giram | |
parent | 6d75f6cd3496aefea800f5a60a642dd5402ebeb2 (diff) | |
download | pkgsrc-6fe97816017831931c211929dc1fe941f02bf22c.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 324c571cf79..6e66cf628cc 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/04/17 13:46:32 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2006/06/11 13:57:13 joerg Exp $ # DISTNAME= giram-0.3.5 @@ -14,7 +14,7 @@ DEPENDS+= povray-[0-9]*:../../graphics/povray BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES |