diff options
author | markd <markd@pkgsrc.org> | 2006-03-25 22:03:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-03-25 22:03:31 +0000 |
commit | 3e5fec503766a735c150132d6b3757724d767b12 (patch) | |
tree | b95bf762be2ade7e86056ca474b06e65f1e00e54 /misc/koffice/Makefile | |
parent | d4b7b49da1d69becfd185762e71da7d2d61f4d6e (diff) | |
download | pkgsrc-3e5fec503766a735c150132d6b3757724d767b12.tar.gz |
Make karbon run on NetBSD and other systems where dlopen doesn't look in
dependent libraries. From koffice SVN by way of kde bug id 111372.
Pointer to the bug report and fix from David W. Talmage and Joerg
Sonnenberger. Bump PKGREVISION.
Diffstat (limited to 'misc/koffice/Makefile')
-rw-r--r-- | misc/koffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 54ce615931a..db0bc154f0b 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2006/03/06 00:18:13 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2006/03/25 22:03:31 markd Exp $ DISTNAME= koffice-1.4.2 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= misc kde MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.4.2/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.4.2/src/ \ |