diff options
author | drochner <drochner> | 2006-06-09 20:37:53 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-06-09 20:37:53 +0000 |
commit | 3e70d784ea86eac1b7f5cad7e95eb0c0f221a3a1 (patch) | |
tree | ae7619c835a4d89b82808c3ee84d8aa228116479 /graphics/exiv2 | |
parent | 3a32ae809bcc4853e5e597006a259e3fa95776ab (diff) | |
download | pkgsrc-3e70d784ea86eac1b7f5cad7e95eb0c0f221a3a1.tar.gz |
fixup the .pc file
Diffstat (limited to 'graphics/exiv2')
-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" |