diff options
author | markd <markd> | 2016-08-21 21:31:39 +0000 |
---|---|---|
committer | markd <markd> | 2016-08-21 21:31:39 +0000 |
commit | 0c96225e2135b0341cd4b0fa0d1b4d19a41204e7 (patch) | |
tree | 69cfee3163cf707c8a4a5ee855a52bd2e8fc0021 /meta-pkgs/kde4 | |
parent | 3fa5f1aa4552c209be9f4b3e66a5dd5248c142bf (diff) | |
download | pkgsrc-0c96225e2135b0341cd4b0fa0d1b4d19a41204e7.tar.gz |
Allow newer oxygen-icons
Diffstat (limited to 'meta-pkgs/kde4')
-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 5ebcd2e1744..a48ce16b234 100644 --- a/meta-pkgs/kde4/Makefile +++ b/meta-pkgs/kde4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2016/07/09 06:38:34 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/08/21 21:31:39 markd Exp $ DISTNAME= kde4-4.14.3 -PKGREVISION= 6 +PKGREVISION= 7 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.21.0{,nb[0-9]*}:../../graphics/oxygen-icons +DEPENDS+= oxygen-icons>=5.21.0:../../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 |