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 | c3d98587ad44e88b4456c51624026cfd59d0e055 (patch) | |
tree | 51fc99a27a5930eb8fd4fd969b3e280a348008c5 /graphics/gliv | |
parent | a9e300708c0b337250e7225c5394b200b098ea07 (diff) | |
download | pkgsrc-c3d98587ad44e88b4456c51624026cfd59d0e055.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: |