diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-20 14:39:08 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-20 14:39:08 +0800 |
commit | 3946704b8e88b1ca0e3437471139205cb059ed8f (patch) | |
tree | 813e47f1170c5e5c9940a01e271f58e25e34ed14 /audio/lollypop | |
parent | 225485265767e4eaaa02aec75bb5ee047f288cf5 (diff) | |
download | freebsd-ports-gnome-3946704b8e88b1ca0e3437471139205cb059ed8f.tar.gz freebsd-ports-gnome-3946704b8e88b1ca0e3437471139205cb059ed8f.tar.zst freebsd-ports-gnome-3946704b8e88b1ca0e3437471139205cb059ed8f.zip |
audio/lollypop: Unbreak by fixing the shebang
Approved by: portmgr (port compliance, infrastructure)
Diffstat (limited to 'audio/lollypop')
-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 2896da140dfe..2056f054090f 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -20,14 +20,15 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:databases/py-sqlite3@${PY_F LIB_DEPENDS= libnotify.so:devel/libnotify \ libtotem-plparser.so:multimedia/totem-pl-parser -USES= shebangfix python:3.4+ pkgconfig gettext gmake sqlite tar:xz +USES= python:3.4+ pkgconfig gettext gmake shebangfix sqlite tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 pygobject3 introspection:build intltool intlhack USE_GSTREAMER1= yes mpg123 ogg flac opus libav faad good speex USE_PYTHON= py3kplist INSTALLS_ICONS= yes -SHEBANG_FILES= src/*.py +SHEBANG_FILES= lollypop.in \ + src/*.py GLIB_SCHEMAS= org.gnome.Lollypop.gschema.xml |