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 /audio/xmms2 | |
parent | 7fa71d673f6a5f37b1cfd86c04dfaab4598c328b (diff) | |
download | ports-b21df766f5a778975b5147ac7fadf956ad0ea91e.tar.gz ports-b21df766f5a778975b5147ac7fadf956ad0ea91e.zip |
Notes
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |