diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-29 04:52:18 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-30 08:03:20 +0000 |
commit | ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 (patch) | |
tree | 8330d02f36a17f334c0d38f6741d0d042f6d6f38 /sysutils/brasero/Makefile | |
parent | dc8bd44c128467d5b76d40478fa87da62d56d35d (diff) | |
download | ports-ca3f925d6eb53ff27e2a49775f6d33f52a587ae4.tar.gz ports-ca3f925d6eb53ff27e2a49775f6d33f52a587ae4.zip |
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r-- | sysutils/brasero/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 176bfef8bd12..bceade667af0 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -17,14 +17,13 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ RUN_DEPENDS= growisofs:sysutils/dvd+rw-tools \ cdrdao:sysutils/cdrdao -USES= desktop-file-utils gettext gmake gnome libtool pathfix \ +USES= desktop-file-utils gettext gmake gnome gstreamer libtool pathfix \ pkgconfig shared-mime-info tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \ introspection:build libxml2 GNU_CONFIGURE= yes USE_XORG= sm ice USE_LDCONFIG= yes -USE_GSTREAMER1= yes CONFIGURE_ARGS= --disable-inotify --enable-search=no --enable-playlist=no \ --enable-introspection=yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1 -Wno-error=format-nonliteral |