diff options
author | abs <abs@pkgsrc.org> | 2007-02-07 20:38:04 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-02-07 20:38:04 +0000 |
commit | 9e669f86565f6450c57b3f317fb48b570bf02ddb (patch) | |
tree | 7e6683ed39dc3f599d624a7dddea5516578a90af /x11/kdelibs3 | |
parent | f2d4845ec237201cf8d45dd1c372fcc9a1ed7200 (diff) | |
download | pkgsrc-9e669f86565f6450c57b3f317fb48b570bf02ddb.tar.gz |
add a mirror for the post-3.5.6-kdelibs.diff patchfile
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 3b967ca2296..afa435b36a0 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.121 2007/02/07 12:17:18 markd Exp $ +# $NetBSD: Makefile,v 1.122 2007/02/07 20:38:04 abs Exp $ DISTNAME= kdelibs-${_KDE_VERSION} PKGREVISION= 2 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop -PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ +PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \ + http://mirrors.isc.org/pub/kde/security_patches/ PATCHFILES= post-3.5.6-kdelibs.diff .include "../../meta-pkgs/kde3/Makefile.kde3" |