diff options
author | zi <zi@FreeBSD.org> | 2014-01-15 01:46:52 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-01-15 01:46:52 +0800 |
commit | 082f0e87423c3dee2e83ef80607424b61371d0bc (patch) | |
tree | 98a0927b2cd01d0dd2456087f5f7bbfaefef5c2c /net/mosh | |
parent | 36bbc0c4a2ba4e5d7b4ac844105a757be653c2dd (diff) | |
download | freebsd-ports-gnome-082f0e87423c3dee2e83ef80607424b61371d0bc.tar.gz freebsd-ports-gnome-082f0e87423c3dee2e83ef80607424b61371d0bc.tar.zst freebsd-ports-gnome-082f0e87423c3dee2e83ef80607424b61371d0bc.zip |
- Fix build when devel/ncurses is installed
- Do not bump PORTREVISION
PR: ports/185574
Diffstat (limited to 'net/mosh')
-rw-r--r-- | net/mosh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index bd3d1a8e4011..5d940e918440 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -16,8 +16,9 @@ LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf 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 |