diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-07 16:58:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-07 16:58:04 +0000 |
commit | 82d70baea5ff672d76f1150f486e06fbc9230386 (patch) | |
tree | cb4f8d4329f91c532e15b9d0f6c710080b00c394 /graphics/xzgv | |
parent | a75e8ad4112b258e441c021c9a4785d4962b9d95 (diff) | |
download | pkgsrc-82d70baea5ff672d76f1150f486e06fbc9230386.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics/xzgv')
-rw-r--r-- | graphics/xzgv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index 8b1a72df2aa..00ca2ec4426 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2009/01/29 17:57:55 shattered Exp $ +# $NetBSD: Makefile,v 1.39 2009/02/07 16:58:04 joerg Exp $ # DISTNAME= xzgv-0.9 @@ -13,7 +13,7 @@ COMMENT= Image viewer PKG_DESTDIR_SUPPORT= user-destdir USE_X11BASE= yes -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= gmake makeinfo pkg-config INFO_FILES= yes INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 |