diff options
author | drochner <drochner@pkgsrc.org> | 2006-06-09 20:37:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-06-09 20:37:53 +0000 |
commit | ccc57c46aeb563cbd19a2662741153b3916e5507 (patch) | |
tree | ae7619c835a4d89b82808c3ee84d8aa228116479 /graphics | |
parent | 27ec765c71c3a7ad68ed281f69735942638a7676 (diff) | |
download | pkgsrc-ccc57c46aeb563cbd19a2662741153b3916e5507.tar.gz |
fixup the .pc file
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exiv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 8b81bad067b..20c90413dc1 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/09 20:04:23 gdt Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/09 20:37:53 drochner Exp $ # DISTNAME= exiv2-0.10 @@ -15,5 +15,6 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes +PKGCONFIG_OVERRIDE= config/exiv2.pc.in .include "../../mk/bsd.pkg.mk" |