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 | 9bb63219ec76f472ced0c71c4128361a8808d573 (patch) | |
tree | d1f2282967ba9b6709dc9f33d8518234986db7b5 /print | |
parent | 72964301f77bd3a73fdd671d909a3c11ed663ed4 (diff) | |
download | pkgsrc-9bb63219ec76f472ced0c71c4128361a8808d573.tar.gz |
Mark some packages as not for bulk building on HPUX.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX3-texmf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX3-texmf/Makefile b/print/teTeX3-texmf/Makefile index 03764f99997..881bf7296e5 100644 --- a/print/teTeX3-texmf/Makefile +++ b/print/teTeX3-texmf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/05/25 21:42:22 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2008/05/26 22:37:30 tnn Exp $ # DISTNAME= tetex-texmf-3.0 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Machine-independent part of teTeX PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= HPUX-*-* CONFLICTS+= teTeX-share-[0-9]* |