aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2016-06-27 20:34:27 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2016-06-27 20:34:27 +0000
commit56f2748d5194b9d5187e449ee838de0694783516 (patch)
tree6e19797bed8291d621e64fac2227cbb81acb04d3 /multimedia
parentd422fea41e716039a18e48a8ae62f3f07265f653 (diff)
downloadports-56f2748d5194b9d5187e449ee838de0694783516.tar.gz
ports-56f2748d5194b9d5187e449ee838de0694783516.zip
- Change USES=python:3,build to USES=python:build will silence pkg-fallout
- Bump PORTREVISION Reported by: pkg-fallout Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D6983
Notes
Notes: svn path=/head/; revision=417684
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer2/Makefile b/multimedia/mplayer2/Makefile
index 26a32eb10c7f..c97f50cbcdf5 100644
--- a/multimedia/mplayer2/Makefile
+++ b/multimedia/mplayer2/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mplayer2
PORTVERSION= ${MPLAYER2_PORT_VERSION}
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= multimedia audio
MASTER_SITES= LOCAL/gblach/
@@ -16,7 +16,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libavcodec.so:multimedia/ffmpeg
BUILD_DEPENDS= rst2man:textproc/py-docutils
-USES= cpe gmake iconv ncurses pkgconfig python:3,build tar:xz
+USES= cpe gmake iconv ncurses pkgconfig python:build tar:xz
HAS_CONFIGURE= yes
CONFIGURE_ENV= TMPDIR="${WRKSRC}"
CONFIGURE_ARGS= --cc=${CC} \