diff options
author | markd <markd@pkgsrc.org> | 2005-12-11 11:52:33 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-12-11 11:52:33 +0000 |
commit | b9ab934bcbb4a1131b19dbc9bd91bd7ae2a0350e (patch) | |
tree | 3fd265206092b8ea3a97ca6b3362f8b9664b458d /devel/kdesdk3/Makefile | |
parent | 94f9d9b77c48070dcdc79f9178cd727b4190b924 (diff) | |
download | pkgsrc-b9ab934bcbb4a1131b19dbc9bd91bd7ae2a0350e.tar.gz |
Update to KDE 3.5
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
Diffstat (limited to 'devel/kdesdk3/Makefile')
-rw-r--r-- | devel/kdesdk3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index c505c6d8cab..ac61cabe3be 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/10/13 13:22:55 markd Exp $ +# $NetBSD: Makefile,v 1.40 2005/12/11 11:52:33 markd Exp $ DISTNAME= kdesdk-${_KDE_VERSION} CATEGORIES= devel @@ -71,6 +71,7 @@ CONFIGURE_ARGS+= --with-svn-include="${BUILDLINK_PREFIX.subversion-base}/include CONFIGURE_ARGS+= --with-svn-lib="${BUILDLINK_PREFIX.subversion-base}/lib" PLIST_SUBST+= HAVE_SVN="" .else +CONFIGURE_ARGS+= --with-subversion=no PLIST_SUBST+= HAVE_SVN="@comment " .endif |