diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-03 19:41:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-03 19:41:32 +0000 |
commit | 7cdcf9aed1665b5c306eb21773bdfe1e886d7103 (patch) | |
tree | 8156e20afca01d9216c718d4023eba75e0a0f37a /net/mosh/Makefile | |
parent | 4cda730b64e9bd37cd40f497774e7aeda0fde11b (diff) |
Notes
Diffstat (limited to 'net/mosh/Makefile')
-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 5fbbc086049c..134571db4d6a 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mosh PORTVERSION= 1.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ \ ZI @@ -23,7 +23,8 @@ 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 ncurses perl5 pkgconfig ssl +USES= autoreconf compiler:c++11-lang ncurses perl5 pkgconfig ssl +USE_CXXSTD= c++11 CONFLICTS_INSTALL= mosh-0.[2-9].* |