diff options
author | cpm <cpm@FreeBSD.org> | 2016-06-28 04:34:27 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-06-28 04:34:27 +0800 |
commit | fe14cc9e1434eb7b8566ef086449ae6cee63b422 (patch) | |
tree | 6e19797bed8291d621e64fac2227cbb81acb04d3 /multimedia | |
parent | b6b09e17e02eb9ff562faab63e6ef27b2ac36a10 (diff) | |
download | freebsd-ports-gnome-fe14cc9e1434eb7b8566ef086449ae6cee63b422.tar.gz freebsd-ports-gnome-fe14cc9e1434eb7b8566ef086449ae6cee63b422.tar.zst freebsd-ports-gnome-fe14cc9e1434eb7b8566ef086449ae6cee63b422.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
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer2/Makefile | 4 |
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} \ |