diff options
author | shattered <shattered@pkgsrc.org> | 2013-04-26 16:38:26 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-04-26 16:38:26 +0000 |
commit | 276514910ae947b925ff67c7d91ffb6cb6256616 (patch) | |
tree | dd1361db00bdaee88ea14e8224458819e99387b6 /net | |
parent | 335a8c119c3790f52e6c3744952a1e0cd4182ab2 (diff) | |
download | pkgsrc-276514910ae947b925ff67c7d91ffb6cb6256616.tar.gz |
pload does not "know how to configure for Darwin." and neither do I.
Diffstat (limited to 'net')
-rw-r--r-- | net/pload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pload/Makefile b/net/pload/Makefile index f40aeefbcba..425a4ac8a0c 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/23 17:18:59 asau Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/26 16:38:26 shattered Exp $ # DISTNAME= pload-0.9.5 @@ -12,6 +12,7 @@ COMMENT= Network interface monitor for X11, monitoring totals and in/out rates LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews +NOT_FOR_PLATFORM= Darwin-*-* NOT_FOR_BULK_PLATFORM= HPUX-*-* HAS_CONFIGURE= YES |