diff options
author | jlam <jlam> | 2002-10-06 03:38:58 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-10-06 03:38:58 +0000 |
commit | 62bab25b651863020a925340b82b9f6dbe15b774 (patch) | |
tree | 9102e5620fd98f6d4fe3c93b0f850267e9a46ffb /x11 | |
parent | f10bad1b2a7b9ea95634728aa773f5fa69285179 (diff) | |
download | pkgsrc-62bab25b651863020a925340b82b9f6dbe15b774.tar.gz |
Bump PKGREVISION and note PLIST conflicts between older versions of
kdelibs3 and koffice3.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 590a65b3d99..7378743c02e 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2002/10/01 19:28:34 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/06 03:38:58 jlam Exp $ DISTNAME= kdelibs-3.0.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop .include "../../x11/kde3/Makefile.kde3" +CONFLICTS+= koffice3<=1.1.1 + BUILDLINK_DEPENDS.audiofile= libaudiofile>=0.1.9 BUILDLINK_DEPENDS.qt3-libs= qt3-libs>=3.0.3 |