diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-08 14:39:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-08 14:39:30 +0000 |
commit | 0fea176c52f5bd2712c84696ebcd48be7775039b (patch) | |
tree | da61da3453c0cc16b18400cdd114abcfb69b77e3 /misc/koffice11 | |
parent | 8548888a52a698d459ac8d9298b9123cd24ab3dd (diff) | |
download | pkgsrc-0fea176c52f5bd2712c84696ebcd48be7775039b.tar.gz |
Note conflicts with older koffice3 package.
Diffstat (limited to 'misc/koffice11')
-rw-r--r-- | misc/koffice11/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/koffice11/Makefile b/misc/koffice11/Makefile index 3f3021eaa0e..846c866267f 100644 --- a/misc/koffice11/Makefile +++ b/misc/koffice11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/10/08 14:38:48 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/08 14:39:30 jlam Exp $ DISTNAME= koffice-1.1.1 PKGREVISION= 1 @@ -7,12 +7,14 @@ MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.1.1/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.1.1/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.1.1/src/ +BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde + +CONFLICTS= koffice3-[0-9]* + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.koffice.org/ COMMENT= KDE Office Suite with text processor, spreadsheet, etc. -BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde - .include "../../mk/bsd.prefs.mk" .include "../../x11/kde2/Makefile.kde2" |