diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 15:33:09 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 15:33:09 +0800 |
commit | 9fbc579d4bbe48cccf832b12d5831f42dad6e021 (patch) | |
tree | 73167b4e032b5def37f33f5722222b9ac9337369 /audio/jack_mixer | |
parent | ebd90c4793a440c440de7d00275eba29c42d7c77 (diff) | |
download | freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.tar.gz freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.tar.zst freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.zip |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit)
Diffstat (limited to 'audio/jack_mixer')
-rw-r--r-- | audio/jack_mixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/jack_mixer/Makefile b/audio/jack_mixer/Makefile index a382acfa2ee0..cf5abfa9a0f0 100644 --- a/audio/jack_mixer/Makefile +++ b/audio/jack_mixer/Makefile @@ -17,8 +17,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \ ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pkgconfig libtool -USE_PYTHON= yes +USES= libtool pkgconfig python USE_GNOME= gconf2 GCONF_SCHEMAS= jack_mixer.schemas INSTALLS_ICONS= yes |