diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-14 04:03:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-14 04:03:09 +0800 |
commit | 4462e4cb632d7b448a96b29a578070b72470c829 (patch) | |
tree | efe4a4434637092ce1a67edcdbd221dcceb6097b | |
parent | 19de0324d338a0be8dad776980475133086e2272 (diff) | |
download | freebsd-ports-gnome-4462e4cb632d7b448a96b29a578070b72470c829.tar.gz freebsd-ports-gnome-4462e4cb632d7b448a96b29a578070b72470c829.tar.zst freebsd-ports-gnome-4462e4cb632d7b448a96b29a578070b72470c829.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
-rw-r--r-- | multimedia/quodlibet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index 980766a094dd..d9c91d52f5ff 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -3,7 +3,7 @@ PORTNAME= quodlibet PORTVERSION= 3.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://bitbucket.org/lazka/${PORTNAME}-files/raw/default/releases/ @@ -20,10 +20,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:audio/py-musicbrainzngs@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 +USES= desktop-file-utils display gettext python:2.7 shebangfix +SHEBANG_FILES= exfalso.py operon.py quodlibet.py USE_PYTHON= distutils autoplist USE_GNOME= gtk30 intltool pygobject3 -USES= desktop-file-utils display gettext python:2.7 PYDISTUTILS_INSTALLNOSINGLE= yes +NO_ARCH= yes USE_GSTREAMER1= good |