diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 13:58:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 13:58:22 +0000 |
commit | 2db894c04173c0bd1d2fab8f9a798cc202db4d1c (patch) | |
tree | 51fc99a27a5930eb8fd4fd969b3e280a348008c5 /graphics/gliv | |
parent | e9ca1fe3e4f8b3ed0964947fbd41bc5e166de22f (diff) | |
download | pkgsrc-2db894c04173c0bd1d2fab8f9a798cc202db4d1c.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index f10d311a510..290d88d5a0d 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:32 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/11 13:58:22 joerg Exp $ DISTNAME= gliv-1.9.5 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= OpenGL image viewer USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes post-install: |