diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-28 05:24:21 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-28 05:24:21 +0800 |
commit | 8229ef9c6c2d7b1a9833034305e1579a48954e65 (patch) | |
tree | 2638e8add71d40ba1731267ab92d8dcb0e91479c /audio | |
parent | ae6037135fbd96cc73cbd5609ca491d581aca339 (diff) | |
download | freebsd-ports-gnome-8229ef9c6c2d7b1a9833034305e1579a48954e65.tar.gz freebsd-ports-gnome-8229ef9c6c2d7b1a9833034305e1579a48954e65.tar.zst freebsd-ports-gnome-8229ef9c6c2d7b1a9833034305e1579a48954e65.zip |
audio/musicpc: Rm forgotten USES=python
Bumped because of the dependency change.
Reported by: sunpoet, mat
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpc/Makefile b/audio/musicpc/Makefile index b690ca9f046b..f9df10fa5898 100644 --- a/audio/musicpc/Makefile +++ b/audio/musicpc/Makefile @@ -3,6 +3,7 @@ PORTNAME= musicpc DISTVERSION= 0.29 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient -USES= meson pkgconfig python tar:xz +USES= meson pkgconfig tar:xz MESON_ARGS= --mandir=${MANPREFIX} PLIST_FILES= bin/mpc |