diff options
Diffstat (limited to 'net/tcl-scotty')
-rw-r--r-- | net/tcl-scotty/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index 59da3f3135a..f1a8545a272 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/09/14 11:30:49 hauke Exp $ +# $NetBSD: Makefile,v 1.37 2016/01/13 23:54:42 joerg Exp $ # DISTNAME= scotty-${DIST_VERS} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.ibr.cs.tu-bs.de/projects/scotty/ COMMENT= Network management extensions to TCL +MAKE_JOBS_SAFE= no + LICENSE= 2-clause-bsd DIST_VERS= 2.1.11 |