diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-08-25 17:08:15 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-08-25 17:08:15 +0000 |
commit | b21df766f5a778975b5147ac7fadf956ad0ea91e (patch) | |
tree | 4c28f3f1b65f4a973126e35d5c33439e1afb26c6 | |
parent | 7fa71d673f6a5f37b1cfd86c04dfaab4598c328b (diff) | |
download | freebsd-ports-b21df766f5a778975b5147ac7fadf956ad0ea91e.zip |
Convert to USES=python.
-rw-r--r-- | audio/py-xmms2/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms2/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile index 975a5d90f271..6de20aa410bd 100644 --- a/audio/py-xmms2/Makefile +++ b/audio/py-xmms2/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS+= libxmmsclient.so:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 -USE_PYTHON= yes +USES= python PLIST= ${.CURDIR}/pkg-plist diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 56affa0fbf08..b494795f5e6c 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -11,8 +11,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} 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 |