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 /lang/SmartEiffel | |
parent | 18a76154c5c9d4e1c40e594780f6d2a34c8f056b (diff) | |
download | pkgsrc-cb479ac6432a401d586dadeb18e52e50f4a49046.tar.gz |
Mark some packages as not for bulk building on HPUX.
Diffstat (limited to 'lang/SmartEiffel')
-rw-r--r-- | lang/SmartEiffel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/SmartEiffel/Makefile b/lang/SmartEiffel/Makefile index cb6ec03fb2a..774fc2d345a 100644 --- a/lang/SmartEiffel/Makefile +++ b/lang/SmartEiffel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/05/20 20:40:31 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/05/26 22:37:30 tnn Exp $ DISTNAME= se PKGNAME= SmartEiffel-2.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://smarteiffel.loria.fr/ COMMENT= The GNU Eiffel Compiler PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= HPUX-*-* WRKSRC= ${WRKDIR}/SmartEiffel |