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 /textproc/cdif | |
parent | 48bf7ce89aa0a1af1fb2bb3037135f1285b9db1b (diff) | |
download | pkgsrc-1dd4358c42ea566739ba13f35ce3138312328d87.tar.gz |
Mark some packages as not for bulk building on HPUX.
Diffstat (limited to 'textproc/cdif')
-rw-r--r-- | textproc/cdif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile index 0aeaf133f6d..ef21b721d6b 100644 --- a/textproc/cdif/Makefile +++ b/textproc/cdif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/03 13:42:53 obache Exp $ +# $NetBSD: Makefile,v 1.18 2008/05/26 22:37:30 tnn Exp $ # DISTNAME= cdif-1.15 @@ -16,6 +16,8 @@ RESTRICTED= Redistribution only for "non-commercial purpose". NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +NOT_FOR_BULK_PLATFORM= HPUX-*-* + WRKSRC= ${WRKDIR} USE_TOOLS+= perl:run |