From 861b6d23060d15383a6038b1f25e86ab1d2b5c06 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 26 Jun 2015 17:26:07 +0000 Subject: Drop INSTALLS_ICONS, it only usefull for GTK+ programs. This fixes stage sanity checking. Submitted by: Tobias Berner --- x11/yakuake-kde4/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/yakuake-kde4/Makefile b/x11/yakuake-kde4/Makefile index 1e4306e474dc..9d87485d6eaa 100644 --- a/x11/yakuake-kde4/Makefile +++ b/x11/yakuake-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= yakuake PORTVERSION= 2.9.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 @@ -18,7 +18,6 @@ USES= cmake gettext shebangfix tar:xz SHEBANG_FILES= data/updaters/yakuake-${PORTVERSION}-startupnotification.pl USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= qmake_build moc_build rcc_build uic_build -INSTALLS_ICONS= yes PLIST_SUB= VERSION="${PORTVERSION}" -- cgit