Date: Fri, 5 Feb 2016 12:29:15 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408176 - head/net/mosh Message-ID: <201602051229.u15CTFDT098515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Feb 5 12:29:15 2016 New Revision: 408176 URL: https://svnweb.freebsd.org/changeset/ports/408176 Log: net/mosh: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/net/mosh/Makefile Modified: head/net/mosh/Makefile ============================================================================== --- head/net/mosh/Makefile Fri Feb 5 12:25:32 2016 (r408175) +++ head/net/mosh/Makefile Fri Feb 5 12:29:15 2016 (r408176) @@ -21,7 +21,7 @@ CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPEN TINFO_CFLAGS="-I/usr/include" INSTALL_TARGET= install-strip USE_OPENSSL= yes -USES= autoreconf:autoconf perl5 pkgconfig +USES= autoreconf:autoconf ncurses perl5 pkgconfig CONFLICTS_INSTALL= mosh-0.[2-9].*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051229.u15CTFDT098515>