summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-05 21:28:27 +0000
committerwiz <wiz>2010-01-05 21:28:27 +0000
commit64d7fecc2fad976477c9e9fd7567ae6e19288613 (patch)
tree0fa62d2ba6a70afea51f54ab16db9c3da9e266d5 /graphics
parentda58df3108b44abc962c4a04974b95515dd8e606 (diff)
downloadpkgsrc-64d7fecc2fad976477c9e9fd7567ae6e19288613.tar.gz
Fix pkgconfig files to include rpath. Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kdegraphics4/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index 65706be1848..a9a34d3c4e5 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/12/15 21:48:01 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/01/05 21:28:27 wiz Exp $
DISTNAME= kdegraphics-${_KDE_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
COMMENT= Graphical tools for the KDE desktop
@@ -18,6 +18,11 @@ CHECK_PORTABILITY_SKIP+=ktimetracker/test/booktime-baddate.sh \
ktimetracker/test/refresh_on_change.sh \
ktimetracker/test/version.sh
+PKGCONFIG_OVERRIDE+= libs/libkipi/libkipi.pc.cmake
+PKGCONFIG_OVERRIDE+= libs/libksane/libksane.pc.cmake
+PKGCONFIG_OVERRIDE+= libs/libkexiv2/libkexiv2.pc.cmake
+PKGCONFIG_OVERRIDE+= libs/libkdcraw/libkdcraw.pc.cmake
+
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../devel/chmlib/buildlink3.mk"