diff options
-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 |