diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-03-17 08:37:19 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-03-17 08:37:19 +0000 |
commit | e87aa9a24b6cf6b918236e72fdb57ac945551245 (patch) | |
tree | f3f97e2c2d6d24d6d53f8291bc88808d8a7b4718 /audio/xmms2 | |
parent | b62827e040a34c947229354454be86e6797bfd18 (diff) | |
download | ports-e87aa9a24b6cf6b918236e72fdb57ac945551245.tar.gz ports-e87aa9a24b6cf6b918236e72fdb57ac945551245.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 5d200575375d..6d0894368c7d 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -11,9 +11,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} MAINTAINER?= madpilot@FreeBSD.org COMMENT?= Rewrite of xmms as a client/server system (developer release) -USE_BZIP2= yes USE_PYTHON_BUILD= yes -USES+= pkgconfig +USES+= pkgconfig tar:bzip2 .if !defined(XMMS2_SLAVE) USE_GNOME= glib20 |