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 | 200e0017ec9bbb0fbb52d2477da97962ebad5479 (patch) | |
tree | e292a5649e97ec4f2646e467b130bba558aa05f6 /graphics/giram | |
parent | e83665bcb6b77fc55d0c1aebab7ef533eb84cfa4 (diff) | |
download | pkgsrc-200e0017ec9bbb0fbb52d2477da97962ebad5479.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 |