diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-07-22 11:35:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-07-22 11:35:44 +0000 |
commit | d566d54fa6c982cb4bed8330d51cb11bfe3674ed (patch) | |
tree | db8ae1482499741d4dbb123637dac45579f28eb5 /audio/lollypop/Makefile | |
parent | 190ced69a285efe9780eea205067282568a3063f (diff) |
Notes
Diffstat (limited to 'audio/lollypop/Makefile')
-rw-r--r-- | audio/lollypop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile index 83ffb6c3de8a..cd4255cec761 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -3,7 +3,7 @@ PORTNAME= lollypop PORTVERSION= 0.9.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/gnumdk/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -14,6 +14,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:databases/py-sqlite3 \ + itstool:textproc/itstool \ ${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1:devel/py3-dbus \ ${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py3-gstreamer1 LIB_DEPENDS= libnotify.so:devel/libnotify \ @@ -22,7 +23,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ USES= shebangfix python:3 pkgconfig gettext gmake sqlite tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 py3gobject3 introspection:build intltool intlhack -USE_GSTREAMER1= yes mad ogg flac opus libav faad good speex +USE_GSTREAMER1= yes mpg123 ogg flac opus libav faad good speex USE_PYTHON= py3kplist INSTALLS_ICONS= yes |