aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-04-20 08:11:27 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-04-20 08:11:27 +0000
commita5699710128cbf27926b1a1825baca0cf24498c4 (patch)
tree4b7d48bba9a2d041559116de0b3bf22fd4af6a76 /x11
parent27a6839e10c60a07033c78863e815f51da3a49d2 (diff)
downloadports-a5699710128cbf27926b1a1825baca0cf24498c4.tar.gz
ports-a5699710128cbf27926b1a1825baca0cf24498c4.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/kf5-kdelibs4support/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/kf5-kdelibs4support/Makefile b/x11/kf5-kdelibs4support/Makefile
index 5731b352b269..57ddaaa9f690 100644
--- a/x11/kf5-kdelibs4support/Makefile
+++ b/x11/kf5-kdelibs4support/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kdelibs4support
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -10,7 +11,8 @@ COMMENT= KF5 porting aid from KDELibs4
BUILD_DEPENDS= p5-URI>=0:net/p5-URI
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
+USES= cmake:outsource compiler:c++11-lib gettext kde:5 shebangfix \
+ tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools globalaccel guiaddons \
i18n iconthemes itemviews jobwidgets kded kio notifications \
@@ -23,4 +25,6 @@ USE_QT5= buildtools_build core dbus designer gui network \
x11extras xml
USE_XORG= ice sm x11 xext
+SHEBANG_FILES= src/kio/fileshareset
+
.include <bsd.port.mk>