svn commit: r339703 - head/net/mosh

Ryan Steinmetz zi at FreeBSD.org
Tue Jan 14 17:46:53 UTC 2014


Author: zi
Date: Tue Jan 14 17:46:52 2014
New Revision: 339703
URL: http://svnweb.freebsd.org/changeset/ports/339703
QAT: https://qat.redports.org/buildarchive/r339703/

Log:
  - Fix build when devel/ncurses is installed
  - Do not bump PORTREVISION
  
  PR:		ports/185574

Modified:
  head/net/mosh/Makefile

Modified: head/net/mosh/Makefile
==============================================================================
--- head/net/mosh/Makefile	Tue Jan 14 17:29:21 2014	(r339702)
+++ head/net/mosh/Makefile	Tue Jan 14 17:46:52 2014	(r339703)
@@ -16,8 +16,9 @@ LIB_DEPENDS=	libprotobuf.so:${PORTSDIR}/
 
 USE_PERL5=	run
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-utempter
-CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
+CONFIGURE_ARGS=	--with-utempter --without-ncurses
+CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
+		TINFO_CFLAGS="-I/usr/include"
 INSTALL_TARGET=	install-strip
 USE_OPENSSL=	yes
 USES=		pkgconfig perl5


More information about the svn-ports-all mailing list