diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
commit | 21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch) | |
tree | 2cf1a158cf8540bcd6bed759d4e35240e31330bb /audio/lollypop | |
parent | 5fe67ba9212540bea871dfec487d380ec3079f21 (diff) | |
download | ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.tar.gz ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.zip |
Notes
Diffstat (limited to 'audio/lollypop')
-rw-r--r-- | audio/lollypop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile index d81a21637106..978a29bb3a48 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -18,10 +18,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:databases/py-sqlite3 \ LIB_DEPENDS= libnotify.so:devel/libnotify \ libtotem-plparser.so:multimedia/totem-pl-parser -USES= shebangfix python:3 pkgconfig gettext gmake tar:xz +USES= shebangfix python:3 pkgconfig gettext gmake sqlite tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 py3gobject3 introspection:build intltool intlhack -USE_SQLITE= yes USE_GSTREAMER1= yes mad ogg flac opus libav faad good speex USE_PYTHON= py3kplist INSTALLS_ICONS= yes |