diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 20:48:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 20:48:51 +0800 |
commit | 0ec7477834fa9bffeaba6085af7c944efc1630b0 (patch) | |
tree | b10ff3ec0a97145be343550b5beb4be5d93cf560 /net | |
parent | 380f824031fcf6b8a81632c25c22764f6a699e05 (diff) | |
download | freebsd-ports-gnome-0ec7477834fa9bffeaba6085af7c944efc1630b0.tar.gz freebsd-ports-gnome-0ec7477834fa9bffeaba6085af7c944efc1630b0.tar.zst freebsd-ports-gnome-0ec7477834fa9bffeaba6085af7c944efc1630b0.zip |
net/omnitty: USES+= ncurses
Diffstat (limited to 'net')
-rw-r--r-- | net/omnitty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/omnitty/Makefile b/net/omnitty/Makefile index 99ba2c5f86e7..51e79dc9e21e 100644 --- a/net/omnitty/Makefile +++ b/net/omnitty/Makefile @@ -12,7 +12,7 @@ COMMENT= Curses-based SSH multiplexer LIB_DEPENDS= librote.so:${PORTSDIR}/devel/rote -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes LIBS+= -lncurses |