diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-31 09:55:38 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-31 09:55:38 +0800 |
commit | 9f1ed4d37328f785ee81f26765459d7022d56582 (patch) | |
tree | e3c45377d38f2042426597643c0bf418203c3019 /audio | |
parent | 46a95c1e0159c1e4776d510128df0d97c3e8802a (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |