- set USE_NCURSES
PR: 157098 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Approved by: maintainer
This commit is contained in:
parent
6cabe75586
commit
d13a684481
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276418
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= mplayer
|
||||
PORTVERSION= ${MPLAYER_PORT_VERSION}
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 2
|
||||
COMMENT= High performance media player supporting many formats
|
||||
|
||||
.include "${.CURDIR}/Makefile.shared"
|
||||
|
|
|
@ -22,6 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm
|
|||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
USE_NCURSES= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}" \
|
||||
|
|
Loading…
Reference in a new issue