diff options
author | kwm <kwm@FreeBSD.org> | 2015-06-27 01:26:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-06-27 01:26:07 +0800 |
commit | 861b6d23060d15383a6038b1f25e86ab1d2b5c06 (patch) | |
tree | d753622e5c43e17eac4c71d4faf84a8c964e0610 /x11 | |
parent | 7cf0258f08f06b1cd9e99e40c39fdacd496b0224 (diff) | |
download | freebsd-ports-gnome-861b6d23060d15383a6038b1f25e86ab1d2b5c06.tar.gz freebsd-ports-gnome-861b6d23060d15383a6038b1f25e86ab1d2b5c06.tar.zst freebsd-ports-gnome-861b6d23060d15383a6038b1f25e86ab1d2b5c06.zip |
Drop INSTALLS_ICONS, it only usefull for GTK+ programs.
This fixes stage sanity checking.
Submitted by: Tobias Berner <tcberner@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yakuake-kde4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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}" |