summaryrefslogtreecommitdiff
path: root/net-im/telegram-desktop
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-12-14 13:27:51 +0100
committerTobias Kortkamp <tobik@FreeBSD.org>2021-12-14 14:02:26 +0100
commitfeb95d6a41b28e32a17aa9044b8687d83f93ef1f (patch)
tree793b3d093e17c740f45892205c98c1508008177c /net-im/telegram-desktop
parentmath/R-cran-raster: Update to 3.5-9 (diff)
*: Clean up some things
- Fix typos - Remove unreferenced variables - Sort categories - Clean up commented PORTREVISION - Fix broken syntax Reported by: portscan
Diffstat (limited to 'net-im/telegram-desktop')
-rw-r--r--net-im/telegram-desktop/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile
index 4c9100f435ab..45b764ffc91e 100644
--- a/net-im/telegram-desktop/Makefile
+++ b/net-im/telegram-desktop/Makefile
@@ -71,8 +71,6 @@ CXXFLAGS+= -DNDEBUG
# see Bugzilla #245452 for details
NO_CCACHE= yes
-INSTALLS_ICONS= yes
-
# Telegram uses OpenAL for its audio, but libtgvoip (for voice calls) can use PulseAudio or ALSA.
# It dynamically loads PulseAudio, and if this fails, it loads ALSA.
# If both of them are not installed, then voice calls do not work, but other functionalities still work.