diff options
Diffstat (limited to 'multimedia/butt/Makefile')
| -rw-r--r-- | multimedia/butt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/butt/Makefile b/multimedia/butt/Makefile index 8f2de969fe7a..57a3ab4245ed 100644 --- a/multimedia/butt/Makefile +++ b/multimedia/butt/Makefile @@ -1,6 +1,6 @@ PORTNAME= butt -PORTVERSION= 1.44.0 -PORTREVISION= 1 +PORTVERSION= 1.45.0 +PORTREVISION= 2 CATEGORIES= multimedia graphics MASTER_SITES= https://danielnoethen.de/butt/release/${PORTVERSION}/ @@ -11,6 +11,7 @@ WWW= https://danielnoethen.de/butt/ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl \ + libdatachannel.so:www/libdatachannel \ libdbus-1.so:devel/dbus \ libFLAC.so:audio/flac \ libfdk-aac.so:audio/fdk-aac \ @@ -29,6 +30,7 @@ USES= autoreconf compiler:c++11-lang gettext \ gmake jpeg pkgconfig xorg ssl uidfix USE_XORG= x11 xrender xcursor xfixes xext xft xinerama GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-webrtc CFLAGS+= -I/usr/local/include LDFLAGS+= -L/usr/local/lib -lintl PLIST_FILES= bin/butt \ |
