diff options
author | joerg <joerg> | 2009-10-22 13:44:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-10-22 13:44:18 +0000 |
commit | 1e084e3db02202406c904910d72522bb03a2c65c (patch) | |
tree | 9171bed627abb7a6aca59645d963da9f3cad77b0 /net/udpcast | |
parent | 1a0f928734acb266300e9a026a2bd7e504770372 (diff) | |
download | pkgsrc-1e084e3db02202406c904910d72522bb03a2c65c.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'net/udpcast')
-rw-r--r-- | net/udpcast/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/udpcast/Makefile b/net/udpcast/Makefile index 1fa5e30ebc4..0a88bb8b693 100644 --- a/net/udpcast/Makefile +++ b/net/udpcast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/06/29 16:01:40 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/10/22 13:44:18 joerg Exp $ # DISTNAME= udpcast-20060619 @@ -11,6 +11,8 @@ COMMENT= Send data simultaneously to many destinations on a LAN PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_TOOLS+= gmake perl pod2man INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1 |