summaryrefslogtreecommitdiff
path: root/irc/konversation-kde4
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-04-27 05:14:01 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-04-27 05:14:01 +0000
commitef6ce29dbe3a777a9cb252421df95f822d50cb75 (patch)
treed45540e0e70035b9ceacee9699aab414473b5d5b /irc/konversation-kde4
parentFix shebangs (diff)
Fix shebangs.
Reported by: Jochen Neumeister Approved by: rakuco (mentor)
Diffstat (limited to 'irc/konversation-kde4')
-rw-r--r--irc/konversation-kde4/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile
index eb81067463f2..5c793b769b94 100644
--- a/irc/konversation-kde4/Makefile
+++ b/irc/konversation-kde4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= konversation
PORTVERSION= 1.5.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src
@@ -12,11 +12,16 @@ COMMENT= User friendly IRC client for KDE
LIB_DEPENDS= libqca.so:devel/qca
-USES= cmake:outsource gettext kde:4 shebangfix tar:xz
+USES= cmake:outsource gettext kde:4 python:run shebangfix tar:xz
USE_KDE= pimlibs automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build
-SHEBANG_FILES= data/scripts/mail \
+SHEBANG_FILES= data/scripts/bug \
+ data/scripts/cmd \
+ data/scripts/mail \
+ data/scripts/media \
+ data/scripts/sayclip \
+ data/scripts/sysinfo \
data/updaters/*.pl
.include <bsd.port.mk>