diff options
author | tnn <tnn> | 2008-05-26 22:37:30 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-26 22:37:30 +0000 |
commit | cb479ac6432a401d586dadeb18e52e50f4a49046 (patch) | |
tree | d1f2282967ba9b6709dc9f33d8518234986db7b5 /sysutils/webmin | |
parent | 18a76154c5c9d4e1c40e594780f6d2a34c8f056b (diff) | |
download | pkgsrc-cb479ac6432a401d586dadeb18e52e50f4a49046.tar.gz |
Mark some packages as not for bulk building on HPUX.
Diffstat (limited to 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 74155453321..1687a52308a 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/01/18 05:09:45 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2008/05/26 22:37:30 tnn Exp $ .include "version.mk" @@ -13,6 +13,8 @@ COMMENT= Perl web server and CGI for Unix system administration DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay +NOT_FOR_BULK_PLATFORM= HPUX-*-* + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LANGUAGES= # empty NO_BUILD= yes |