diff options
author | will <will@FreeBSD.org> | 2000-08-29 23:44:32 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-29 23:44:32 +0000 |
commit | d48002a5eba327be116a39d98284bc777b760595 (patch) | |
tree | a17c9f2dbb27c76df3b636a3efb150d8b5e361e3 /editors/calligra/Makefile | |
parent | f41da54892a3f20904be09edeeac50bf02fd36f3 (diff) | |
download | FreeBSD-ports-d48002a5eba327be116a39d98284bc777b760595.zip FreeBSD-ports-d48002a5eba327be116a39d98284bc777b760595.tar.gz |
Update to 20000829A snapshot. Disable kdenetwork2 for the time being so
I can address some of its issues (should see it marked un-broken in about
3 hours, if they're trivial enough). It took too long to get this update
out the door... :-(
This is a rather stable version of KDE2. Release is hoped for sometime
next month, so I'm going to try to reroll snapshots this weekend.
Also decide policy by removing the interactive requirement in qt22's
configure script. I don't know why they bothered adding it there..
Bugged by: *many* bug-reports, requests, etc.
Diffstat (limited to 'editors/calligra/Makefile')
-rw-r--r-- | editors/calligra/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 8bd9ce9..c707685 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -6,10 +6,9 @@ # PORTNAME= koffice -PORTVERSION= 20000724A +PORTVERSION= 20000829A CATEGORIES= editors kde -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= will +MASTER_SITES= http://www.physics.purdue.edu/~will/ MAINTAINER= will@FreeBSD.org @@ -17,7 +16,6 @@ LIB_DEPENDS= qt2.4:${PORTSDIR}/x11-toolkits/qt22 \ kdecore.4:${PORTSDIR}/x11/kdelibs2 \ iconv.0:${PORTSDIR}/converters/iconv -WRKSRC= ${WRKDIR}/koffice MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes USE_NEWGCC= yes |