diff options
| author | Ryan Steinmetz <zi@FreeBSD.org> | 2019-05-20 14:00:34 +0000 |
|---|---|---|
| committer | Ryan Steinmetz <zi@FreeBSD.org> | 2019-05-20 14:00:34 +0000 |
| commit | 3cb66e78e641cd748ff74b14acb4dc95038f19cd (patch) | |
| tree | 246e4604450dabc6fc792f5a51a0a1cfc24259ec /net/mosh | |
| parent | 63682ef7d4044e260f4c8d12379cc2c8a5839e95 (diff) | |
Notes
Diffstat (limited to 'net/mosh')
| -rw-r--r-- | net/mosh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 83463d757b22..11e7acd73538 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= https://mosh.org/ \ ZI @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-utempter --without-ncurses CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ TINFO_CFLAGS="-I/usr/include" INSTALL_TARGET= install-strip -USES= autoreconf compiler:c++11-lang ncurses perl5 pkgconfig ssl +USES= compiler:c++11-lang ncurses perl5 pkgconfig ssl USE_CXXSTD= c++11 CONFLICTS_INSTALL= mosh-0.[2-9].* |
