diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-11-02 13:05:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-11-02 13:05:03 +0800 |
commit | f472f255a991460f4e8ec659568390e8e3166810 (patch) | |
tree | 9ebc1ebb2cf32d949f1cb920ed586155a488a831 /www/opera | |
parent | bfd93c4a891fec030123893bf83180c1a37f84fd (diff) | |
download | freebsd-ports-gnome-f472f255a991460f4e8ec659568390e8e3166810.tar.gz freebsd-ports-gnome-f472f255a991460f4e8ec659568390e8e3166810.tar.zst freebsd-ports-gnome-f472f255a991460f4e8ec659568390e8e3166810.zip |
- INSTALLS_ICONS only with GTK
Suggested by: Yue Wu
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index d7a011342048..0f691c1b3319 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -33,7 +33,6 @@ MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//} USE_XZ= yes USE_XORG= x11 xext sm ice xft xrender USE_GNOME= desktopfileutils -INSTALLS_ICONS= yes MAN1= opera.1 opera-widget-manager.1 MANCOMPRESSED= yes @@ -57,6 +56,7 @@ USE_GSTREAMER+= vorbis ogg theora vp8 good .if defined(WITH_GTK) USE_GNOME+= gtk20 +INSTALLS_ICONS= yes .endif .if defined(WITH_KDE4) |