summaryrefslogtreecommitdiff
path: root/graphics/libexif
diff options
context:
space:
mode:
authorrecht <recht>2003-09-23 12:18:53 +0000
committerrecht <recht>2003-09-23 12:18:53 +0000
commitd2b075a13956596aabb26d56279902641d4110ea (patch)
tree1ed382bb45c5bc46bfcd017f07a8485116d7a709 /graphics/libexif
parent0482c66048c584ec9f1ac1b8c1eabc60857ffbd6 (diff)
downloadpkgsrc-d2b075a13956596aabb26d56279902641d4110ea.tar.gz
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
Diffstat (limited to 'graphics/libexif')
-rw-r--r--graphics/libexif/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index 463548ebb7d..512cc0d77ff 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2003/08/05 09:16:40 adam Exp $
+# $NetBSD: Makefile,v 1.16 2003/09/23 12:18:54 recht Exp $
DISTNAME= libexif-0.5.12
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
@@ -13,6 +14,7 @@ USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= libexif/libexif.pc.in
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"