diff options
Diffstat (limited to 'net/mosh/Makefile')
-rw-r--r-- | net/mosh/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index fd0ab5c8079..bbfdeb7ce42 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/08/11 13:22:11 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2019/11/03 11:45:41 rillig Exp $ DISTNAME= mosh-1.3.2 PKGREVISION= 1 @@ -10,10 +10,10 @@ HOMEPAGE= http://mosh.mit.edu/ COMMENT= Remote terminal application which allows roaming LICENSE= gnu-gpl-v3 -GNU_CONFIGURE= yes -USE_TOOLS+= perl:run pkg-config -USE_LANGUAGES+= c c++11 -USE_GCC_RUNTIME=yes +GNU_CONFIGURE= yes +USE_TOOLS+= perl:run pkg-config +USE_LANGUAGES+= c c++11 +USE_GCC_RUNTIME= yes REPLACE_PERL+= scripts/mosh.pl REPLACE_PERL+= src/tests/genbase64.pl |