aboutsummaryrefslogtreecommitdiffstats
path: root/comms/anyremote
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-28 20:34:53 +0800
committermiwi <miwi@FreeBSD.org>2017-04-28 20:34:53 +0800
commit79b584ea787a7165db2dbce043bc09e72d003b2c (patch)
treed48ced9a0ffefa6363802e213dea3ea819c5dfdf /comms/anyremote
parentedb844100d28955bd0bf21b8873fb36f85767c53 (diff)
downloadfreebsd-ports-gnome-79b584ea787a7165db2dbce043bc09e72d003b2c.tar.gz
freebsd-ports-gnome-79b584ea787a7165db2dbce043bc09e72d003b2c.tar.zst
freebsd-ports-gnome-79b584ea787a7165db2dbce043bc09e72d003b2c.zip
- Fix shebangs
Submitted by: Jochen Neumeister
Diffstat (limited to 'comms/anyremote')
-rw-r--r--comms/anyremote/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile
index 40077a1b457e..d98d196eef1b 100644
--- a/comms/anyremote/Makefile
+++ b/comms/anyremote/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anyremote
PORTVERSION= 6.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms
MASTER_SITES= SF
@@ -13,12 +13,14 @@ COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= alias iconv pkgconfig shebangfix
-SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh
+USES= alias iconv pkgconfig python shebangfix
+SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh \
+ cfg-data/Utils/all-in-1.py
USE_GNOME= glib20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
+LIB_DEPENDS+= libdbus-1.so:devel/dbus
OPTIONS_DEFINE= DOCS DBUS X11
OPTIONS_DEFAULT= DBUS X11