diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-01-22 20:52:16 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-01-22 20:52:16 +0800 |
commit | e99ba2b2d993555188ab2d6401242c84549e664b (patch) | |
tree | a369265cb42892aaa0fdf5b59880af199fdab31b | |
parent | 76f2c6eb11ee5117763824656f3b1af20bb0d00a (diff) | |
download | freebsd-ports-gnome-e99ba2b2d993555188ab2d6401242c84549e664b.tar.gz freebsd-ports-gnome-e99ba2b2d993555188ab2d6401242c84549e664b.tar.zst freebsd-ports-gnome-e99ba2b2d993555188ab2d6401242c84549e664b.zip |
x11/rsibreak-kde4 : fix stage-qa errors
* Not a gnome port -> don't use INSTALLS_ICONS
* Add missing dependencies
Therefore, bump revision.
Reviewed by: rakuco
Approved by: portmgr blanket, rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9263
-rw-r--r-- | x11/rsibreak-kde4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/rsibreak-kde4/Makefile b/x11/rsibreak-kde4/Makefile index 0d48db2ce420..5890313405c8 100644 --- a/x11/rsibreak-kde4/Makefile +++ b/x11/rsibreak-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= rsibreak DISTVERSION= 0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde MASTER_SITES= LOCAL/crees/${PORTNAME} \ http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/rsibreak-0.11.tar.bz2/d5dd540efd18900aa508eee381bcaafd/ @@ -12,8 +12,9 @@ MAINTAINER= avg@icyb.net.ua COMMENT= KDE RSI prevention tool USES= cmake gettext kde:4 tar:bzip2 -USE_QT4= qmake_build moc_build rcc_build uic_build USE_KDE= kdelibs automoc4 -INSTALLS_ICONS= yes +USE_QT4= corelib dbus gui network svg xml \ + qmake_build moc_build rcc_build uic_build +USE_XORG= x11 .include <bsd.port.mk> |