mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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
@ -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 New Issue
Block a user