components/gparted/Makefile
changeset 5332 1e1d90972404
parent 5330 c36e3195e3e9
child 5390 a8538443770a
--- a/components/gparted/Makefile	Thu Jan 21 09:20:59 2016 -0800
+++ b/components/gparted/Makefile	Mon Jan 25 19:02:35 2016 -0800
@@ -40,6 +40,7 @@
 # we're i386-only
 ifeq ($(MACH), sparc)
 PUBLISH_STAMP=
+INSTALL_32=
 endif
 
 include $(WS_MAKE_RULES)/prep.mk
@@ -85,4 +86,6 @@
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/c++-runtime
+ifneq ($(MACH), sparc)
 REQUIRED_PACKAGES += system/storage/parted
+endif