diff options
author | markd <markd@pkgsrc.org> | 2016-02-14 04:21:25 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-02-14 04:21:25 +0000 |
commit | 36f1e798075a2ff82405bb51a1dfd5d02b0e838a (patch) | |
tree | ea7c25751a19c3ba2e4c99d9eb26ae3e60967df6 /meta-pkgs | |
parent | 372ed823acefac3f55a01b272129bb2f0cbd5b89 (diff) | |
download | pkgsrc-36f1e798075a2ff82405bb51a1dfd5d02b0e838a.tar.gz |
update oxygen-icons dependency.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/kde4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/kde4/Makefile b/meta-pkgs/kde4/Makefile index 8a2f3efb731..d285b965d15 100644 --- a/meta-pkgs/kde4/Makefile +++ b/meta-pkgs/kde4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2016/01/11 03:07:29 markd Exp $ +# $NetBSD: Makefile,v 1.33 2016/02/14 04:21:25 markd Exp $ DISTNAME= kde4-4.14.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE4 integrated X11 desktop -DEPENDS+= oxygen-icons-5.18.0{,nb[0-9]*}:../../graphics/oxygen-icons +DEPENDS+= oxygen-icons-5.19.0{,nb[0-9]*}:../../graphics/oxygen-icons DEPENDS+= kdelibs4-4.14.15{,nb[0-9]*}:../../x11/kdelibs4 DEPENDS+= kdepimlibs4-4.14.10{,nb[0-9]*}:../../misc/kdepimlibs4 DEPENDS+= kde-runtime4-15.12.0{,nb[0-9]*}:../../x11/kde-runtime4 |