diff options
author | joerg <joerg@pkgsrc.org> | 2016-01-13 23:54:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-01-13 23:54:42 +0000 |
commit | 4b24c21d01cf486df425205d32b7c0dc92ba7319 (patch) | |
tree | 5ce877d96c4789805cd5b099d67c92bc46b04726 /net/tcl-scotty | |
parent | 085df9d9ec58e76c3a45b3b24aa9b6416696b882 (diff) | |
download | pkgsrc-4b24c21d01cf486df425205d32b7c0dc92ba7319.tar.gz |
Output of rpcgen used without dependency.
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 |