diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-05-04 05:23:46 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-05-04 05:23:46 +0000 |
commit | 653e4173caf7bb3c8fc0fe47225f19c2303ab498 (patch) | |
tree | ceac3a794f150ee4ad7f60895a3a2035a763bc3c /devel | |
parent | Fix 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/Makefile | 5 |
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 \ |