diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-30 12:11:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-30 12:11:01 +0000 |
commit | 11c9dab6aa730fd4f3105516d1e0e2e47b8894ce (patch) | |
tree | 5404a0d9c8fbf4173cc1c76ad14a325a1c105944 /comms | |
parent | 325cc35b673f2df9051449f7a82ad1b24af756fd (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/anyremote/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 1b2c9efb5def..1cacd997e4b2 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -3,7 +3,7 @@ PORTNAME= anyremote PORTVERSION= 6.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF @@ -13,7 +13,8 @@ COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias iconv pkgconfig +USES= alias iconv pkgconfig shebangfix +SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |