aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3c
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-07 13:06:59 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-07 13:06:59 +0000
commitd1e5186cbdbdb3868cf6642e7272194fcaac933f (patch)
treee159d8c5efe20982a6c14f375f347491396d735e /audio/mp3c
parente5ec25167eed4fb49ecff9e10afeb5f147a71714 (diff)
downloadports-d1e5186cbdbdb3868cf6642e7272194fcaac933f.tar.gz
ports-d1e5186cbdbdb3868cf6642e7272194fcaac933f.zip
audio/mp3c: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408400
Diffstat (limited to 'audio/mp3c')
-rw-r--r--audio/mp3c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mp3c/Makefile b/audio/mp3c/Makefile
index 6178b7935a53..8b21c4dd854b 100644
--- a/audio/mp3c/Makefile
+++ b/audio/mp3c/Makefile
@@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info \
cdrecord:${PORTSDIR}/sysutils/cdrtools
+USES= ncurses
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=${PREFIX}"