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 /graphics | |
parent | 48bf7ce89aa0a1af1fb2bb3037135f1285b9db1b (diff) | |
download | pkgsrc-1dd4358c42ea566739ba13f35ce3138312328d87.tar.gz |
Mark some packages as not for bulk building on HPUX.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 3 | ||||
-rw-r--r-- | graphics/radiance/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index 5fcab5d5070..42ec3e9eda7 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2008/04/15 17:37:13 drochner Exp $ +# $NetBSD: Makefile,v 1.56 2008/05/26 22:37:30 tnn Exp $ # DISTNAME= gnome-icon-theme-2.22.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Theme consisting of a set of icons for GNOME PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= HPUX-*-* GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 531ae95c441..f2ef738549c 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/05/26 02:13:20 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/05/26 22:37:30 tnn Exp $ # DISTNAME= rad3R6P1 @@ -14,6 +14,7 @@ HOMEPAGE= http://www.radiance-online.org/ COMMENT= Physically-based, image-generating, backward raytracer PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= HPUX-*-* USE_TOOLS+= pax |