diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /multimedia | |
parent | 296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer/Makefile.shared | 3 | ||||
-rw-r--r-- | multimedia/mplayer2/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/mplayer/Makefile.shared b/multimedia/mplayer/Makefile.shared index 38df00112178..ace48e7e3fb8 100644 --- a/multimedia/mplayer/Makefile.shared +++ b/multimedia/mplayer/Makefile.shared @@ -22,10 +22,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm -USES= iconv +USES= iconv ncurses USE_XZ= yes USE_GMAKE= yes -USE_NCURSES= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/multimedia/mplayer2/Makefile b/multimedia/mplayer2/Makefile index 5055298fb060..fbc78a30dd3b 100644 --- a/multimedia/mplayer2/Makefile +++ b/multimedia/mplayer2/Makefile @@ -20,8 +20,7 @@ RUN_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 USE_XZ= yes USE_GMAKE= yes USE_PYTHON= 3.1+ -USES= iconv -USE_NCURSES= yes +USES= iconv ncurses HAS_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ |