diff options
author | joerg <joerg> | 2009-02-07 16:58:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-07 16:58:04 +0000 |
commit | d614f0b09785012767993ac62131cc0055e27cfd (patch) | |
tree | cb4f8d4329f91c532e15b9d0f6c710080b00c394 /graphics | |
parent | 7fa7d7feea91ed1371a9699c8ea32f24cc7115cb (diff) | |
download | pkgsrc-d614f0b09785012767993ac62131cc0055e27cfd.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics')
-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 |