diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-05 21:28:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-05 21:28:27 +0000 |
commit | 0155a172bd11a55123428c661f4dd73104df1e1a (patch) | |
tree | 0fa62d2ba6a70afea51f54ab16db9c3da9e266d5 /graphics | |
parent | 7138113bb3d8bc07138194eacaea137123d391ad (diff) | |
download | pkgsrc-0155a172bd11a55123428c661f4dd73104df1e1a.tar.gz |
Fix pkgconfig files to include rpath. Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics4/Makefile | 9 |
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" |