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/mpdbrowser/Makefile | |
parent | aecf8bd835635e74e1afa0d4e0617875138e47de (diff) | |
download | ports-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.tar.gz ports-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.zip |
Notes
Diffstat (limited to 'audio/mpdbrowser/Makefile')
-rw-r--r-- | audio/mpdbrowser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpdbrowser/Makefile b/audio/mpdbrowser/Makefile index 937eb00fc5f9..ad5d12687311 100644 --- a/audio/mpdbrowser/Makefile +++ b/audio/mpdbrowser/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:audio/py-mpd@${PY_FLAVOR} -USES= gettext iconv python:2.7 tar:tgz +USES= gettext gnome iconv python:2.7 tar:tgz USE_GNOME= intltool pygtk2 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= mpdBrowser |