summaryrefslogtreecommitdiff
path: root/misc/kdepim3/Makefile
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-11-08 23:53:20 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-11-08 23:53:20 +0000
commit20fe62d50917d5ba6d32621386ca971a6696d38a (patch)
tree78721aec2a43d896720894d787f170305202c057 /misc/kdepim3/Makefile
parent8542f8be3db28a9a003821559b2dc9d6f2da84a0 (diff)
downloadpkgsrc-20fe62d50917d5ba6d32621386ca971a6696d38a.tar.gz
This package has copied several files from gpgme verbatim
that have been patched recently to correctly use getenv_r, ttyname_r and strerror_r. This update applies the same changes to the copied files.
Diffstat (limited to 'misc/kdepim3/Makefile')
-rw-r--r--misc/kdepim3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile
index aefb0115d2c..a7932962322 100644
--- a/misc/kdepim3/Makefile
+++ b/misc/kdepim3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2004/10/13 12:29:05 markd Exp $
+# $NetBSD: Makefile,v 1.34 2004/11/08 23:53:20 shannonjr Exp $
DISTNAME= kdepim-${_KDE_VERSION}
+PKGREVISION= 1
CATEGORIES= misc
COMMENT= Personal Information Management tools for the KDE desktop
@@ -34,4 +35,5 @@ BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../security/gpgme/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../devel/librfuncs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"