diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:27:56 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:27:56 +0000 |
commit | 6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (patch) | |
tree | 51bf65c06dc12d4a0ba505d1d3e664efdd221144 /audio/deadbeef/Makefile | |
parent | aecf8bd835635e74e1afa0d4e0617875138e47de (diff) |
a-b: Add missing USES={gnome,php,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517040
Diffstat (limited to 'audio/deadbeef/Makefile')
-rw-r--r-- | audio/deadbeef/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 8245da3ab14c..c40a8534cbee 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -14,8 +14,8 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual GNU_CONFIGURE= yes -USES= compiler:c11 desktop-file-utils gettext gmake iconv libtool \ - pkgconfig shebangfix tar:bzip2 +USES= compiler:c11 desktop-file-utils gettext gmake gnome iconv \ + libtool pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-alsa --disable-nullout --disable-static CPPFLAGS+= -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff \ |