diff options
| author | John Marino <marino@FreeBSD.org> | 2016-02-05 13:09:54 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-02-05 13:09:54 +0000 |
| commit | 707a427235cee86b41a79fedda4898deb6bb4a46 (patch) | |
| tree | 02e9e3305498b6ee1f02f3a7fcb8f143a1e04e62 /net | |
| parent | x11/xterm: document ncurses requirement (USES+=ncurses) (diff) | |
net/shmux: USES+= ncurses
Diffstat (limited to 'net')
| -rw-r--r-- | net/shmux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/shmux/Makefile b/net/shmux/Makefile index 15b708728d40..5b253e0bb3d1 100644 --- a/net/shmux/Makefile +++ b/net/shmux/Makefile @@ -13,7 +13,7 @@ COMMENT= Utility to run commands on multiple hosts using shell commands LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= tar:tgz +USES= ncurses tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples |
