Revision: 24860 http://sourceforge.net/p/gar/code/24860 Author: rmottola Date: 2015-04-19 09:48:38 +0000 (Sun, 19 Apr 2015) Log Message: ----------- add missing deps
Modified Paths: -------------- csw/mgar/pkg/gs_projectcenter/trunk/Makefile Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2015-04-19 08:54:38 UTC (rev 24859) +++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile 2015-04-19 09:48:38 UTC (rev 24860) @@ -5,6 +5,8 @@ VERSION = 0.6.1 GARTYPE = v2 +PACKAGES += CSWprojectcenter + DESCRIPTION = GNUstep IDE define BLURB GNUstep IDE for creating Tools and Applications with Makefile generation. @@ -16,16 +18,27 @@ BUILD_DEP_PKGS += CSWgmake BUILD_DEP_PKGS += CSWgcc4objc -CHECKPKG_OVERRIDES_CSWProjectCenter += CSWgnustep-make -CHECKPKG_OVERRIDES_CSWProjectCenter += CSWgnustep-base -CHECKPKG_OVERRIDES_CSWProjectCenter += CSWgnustep-gui -CHECKPKG_OVERRIDES_CSWProjectCenter += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-make +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-base +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-gui +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWprojectcenter += CSWlibobjc4 PATCHFILES += 0001-solaris-fix.patch #overrides CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make +#we discard placements + + +#we do not link directly due to bundles + + +#we know we have a different name in our bundles + + #where can we build? #PACKAGING_PLATFORMS += solaris9-sparc PACKAGING_PLATFORMS += solaris10-i386 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.