diff options
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index ae9aaee1f7a..cf29672fce7 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.127 2007/09/21 13:04:43 wiz Exp $ +# $NetBSD: Makefile,v 1.128 2007/09/21 20:45:52 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \ http://mirrors.isc.org/pub/kde/security_patches/ -PATCHFILES= post-3.5.7-kdelibs-kdecore.diff +PATCHFILES= post-3.5.7-kdelibs-kdecore-2.diff .include "../../meta-pkgs/kde3/Makefile.kde3" |