Convert to USES=python.
This commit is contained in:
parent
7fa71d673f
commit
b21df766f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366099
2 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,7 @@ LIB_DEPENDS+= libxmmsclient.so:${PORTSDIR}/audio/xmms2
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../xmms2
|
||||
|
||||
USE_PYTHON= yes
|
||||
USES= python
|
||||
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue