diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-06 03:38:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-06 03:38:58 +0000 |
commit | 58ed80f4e5e5d1248e96c37aee2e9fa633f0a604 (patch) | |
tree | 9102e5620fd98f6d4fe3c93b0f850267e9a46ffb /misc | |
parent | 0383b38289fcc808a77ad65620ebac120126bb4c (diff) | |
download | pkgsrc-58ed80f4e5e5d1248e96c37aee2e9fa633f0a604.tar.gz |
Bump PKGREVISION and note PLIST conflicts between older versions of
kdelibs3 and koffice3.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/koffice3/Makefile b/misc/koffice3/Makefile index 3a63ebb16f7..7cc55b0cc80 100644 --- a/misc/koffice3/Makefile +++ b/misc/koffice3/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2002/10/06 03:36:19 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/06 03:38:58 jlam Exp $ .include "../koffice/Makefile.common" DISTNAME= koffice-${VERSION} PKGNAME= ${DISTNAME:S/^koffice/koffice3/} +PKGREVISION= 1 MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.1.1-kde3/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.1.1-kde3/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.1.1-kde3/src/ @@ -11,6 +12,8 @@ DISTFILES= ${DISTNAME}-kde3.tar.bz2 .include "../../x11/kde3/Makefile.kde3" +CONFLICTS+= kdelibs<=3.0.3nb1 + MAINTAINER= jschauma@netbsd.org USE_BUILDLINK2= # defined |