diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-26 22:37:30 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-26 22:37:30 +0000 |
commit | 1dd4358c42ea566739ba13f35ce3138312328d87 (patch) | |
tree | d1f2282967ba9b6709dc9f33d8518234986db7b5 /net/pload | |
parent | 48bf7ce89aa0a1af1fb2bb3037135f1285b9db1b (diff) | |
download | pkgsrc-1dd4358c42ea566739ba13f35ce3138312328d87.tar.gz |
Mark some packages as not for bulk building on HPUX.
Diffstat (limited to 'net/pload')
-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 e6efb4dfa3c..3baef015420 100644 --- a/net/pload/Makefile +++ b/net/pload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/12/09 23:41:11 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/05/26 22:37:30 tnn Exp $ # DISTNAME= pload-0.9.5 @@ -11,6 +11,7 @@ COMMENT= PPP monitor for X11, monitoring totals and current in/out rates PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= HPUX-*-* HAS_CONFIGURE= YES USE_TOOLS+= imake |