summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-05-04 05:23:46 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-05-04 05:23:46 +0000
commit653e4173caf7bb3c8fc0fe47225f19c2303ab498 (patch)
treeceac3a794f150ee4ad7f60895a3a2035a763bc3c /devel
parentFix shebangs (diff)
Fix shebangs
* python already get's pulled in by the dependencies, just add it to USES for the fix. Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527
Notes
Notes: svn path=/head/; revision=440087
Diffstat (limited to 'devel')
-rw-r--r--devel/libdbusmenu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libdbusmenu/Makefile b/devel/libdbusmenu/Makefile
index 3f4d13f46a1f..d20ed332be1c 100644
--- a/devel/libdbusmenu/Makefile
+++ b/devel/libdbusmenu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libdbusmenu
PORTVERSION= 16.04.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/243440794/ \
https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
@@ -21,13 +22,15 @@ BUILD_DEPENDS= vapigen:lang/vala \
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
GNU_CONFIGURE= yes
-USES= gmake libtool pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig python:run shebangfix
USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \
introspection:build gtk30
USE_XORG= x11
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+SHEBANG_FILES= tools/dbusmenu-bench
+
PLIST_SUB= VERSION="0.4"
CONFIGURE_ARGS= --disable-static \