diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-28 20:34:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-28 20:34:53 +0800 |
commit | 79b584ea787a7165db2dbce043bc09e72d003b2c (patch) | |
tree | d48ced9a0ffefa6363802e213dea3ea819c5dfdf /comms/anyremote | |
parent | edb844100d28955bd0bf21b8873fb36f85767c53 (diff) | |
download | freebsd-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/Makefile | 8 |
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 |