Date: Mon, 25 Aug 2014 17:08:15 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366099 - in head/audio: py-xmms2 xmms2 Message-ID: <201408251708.s7PH8FLC011582@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Aug 25 17:08:15 2014 New Revision: 366099 URL: http://svnweb.freebsd.org/changeset/ports/366099 QAT: https://qat.redports.org/buildarchive/r366099/ Log: Convert to USES=python. Modified: head/audio/py-xmms2/Makefile head/audio/xmms2/Makefile Modified: head/audio/py-xmms2/Makefile ============================================================================== --- head/audio/py-xmms2/Makefile Mon Aug 25 17:06:13 2014 (r366098) +++ head/audio/py-xmms2/Makefile Mon Aug 25 17:08:15 2014 (r366099) @@ -14,7 +14,7 @@ LIB_DEPENDS+= libxmmsclient.so:${PORTSDI MASTERDIR= ${.CURDIR}/../xmms2 -USE_PYTHON= yes +USES= python PLIST= ${.CURDIR}/pkg-plist Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Mon Aug 25 17:06:13 2014 (r366098) +++ head/audio/xmms2/Makefile Mon Aug 25 17:08:15 2014 (r366099) @@ -11,8 +11,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER?= madpilot@FreeBSD.org COMMENT?= Rewrite of xmms as a client/server system (developer release) -USE_PYTHON_BUILD= yes -USES+= pkgconfig tar:bzip2 +USES+= pkgconfig python:build tar:bzip2 .if !defined(XMMS2_SLAVE) USE_GNOME= glib20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408251708.s7PH8FLC011582>