aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 09:55:38 +0800
committerJohn Marino <marino@FreeBSD.org>2016-01-31 09:55:38 +0800
commit9f1ed4d37328f785ee81f26765459d7022d56582 (patch)
treee3c45377d38f2042426597643c0bf418203c3019 /audio
parent46a95c1e0159c1e4776d510128df0d97c3e8802a (diff)
downloadfreebsd-ports-gnome-9f1ed4d37328f785ee81f26765459d7022d56582.tar.gz
freebsd-ports-gnome-9f1ed4d37328f785ee81f26765459d7022d56582.tar.zst
freebsd-ports-gnome-9f1ed4d37328f785ee81f26765459d7022d56582.zip
audio/aumix: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'audio')
-rw-r--r--audio/aumix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index 6d82cc46f645..8142f40c21bb 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -14,7 +14,7 @@ COMMENT= Audio mixer for X11, terminal, or command line
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= tar:bzip2
+USES= ncurses tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--enable-own-labels \