mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Re-add USES=python:3,build because it depends on python3
- Ignore on the package builders Reported by: pkg-fallout Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7012
This commit is contained in:
parent
92802b723d
commit
05c1016f34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417754
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= mplayer2
|
||||
PORTVERSION= ${MPLAYER2_PORT_VERSION}
|
||||
PORTREVISION= 20
|
||||
PORTREVISION= 21
|
||||
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:build tar:xz
|
||||
USES= cpe gmake iconv ncurses pkgconfig python:3,build tar:xz
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV= TMPDIR="${WRKSRC}"
|
||||
CONFIGURE_ARGS= --cc=${CC} \
|
||||
@ -219,4 +219,10 @@ post-install:
|
||||
${STAGEDIR}${PREFIX}/etc/mplayer/${conf}.conf.sample
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
|
||||
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user