Date: Sat, 9 Dec 2017 07:29:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455818 - head/audio/jack_mixer Message-ID: <201712090729.vB97Teq3084986@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 9 07:29:40 2017 New Revision: 455818 URL: https://svnweb.freebsd.org/changeset/ports/455818 Log: - jack_mixer doesn't work with python3 - clean up DEPENDS Modified: head/audio/jack_mixer/Makefile Modified: head/audio/jack_mixer/Makefile ============================================================================== --- head/audio/jack_mixer/Makefile Sat Dec 9 07:00:50 2017 (r455817) +++ head/audio/jack_mixer/Makefile Sat Dec 9 07:29:40 2017 (r455818) @@ -14,13 +14,12 @@ LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjack.so:audio/jack -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:math/py-fpconst \ - ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:x11-toolkits/py-gtk2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fpconst>=0:math/py-fpconst@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fpconst>=0:math/py-fpconst@${PY_FLAVOR} -USES= libtool pkgconfig python shebangfix +USES= libtool pkgconfig python:2.7 shebangfix SHEBANG_FILES= jack_mixer.py -USE_GNOME= gconf2 +USE_GNOME= gconf2 pygtk2 GCONF_SCHEMAS= jack_mixer.schemas INSTALLS_ICONS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090729.vB97Teq3084986>