SF.net SVN: gar:[24113] csw/mgar/pkg/gnustep-base/trunk/Makefile
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Thu Sep 18 08:13:28 CEST 2014
Revision: 24113
http://sourceforge.net/p/gar/code/24113
Author: rmottola
Date: 2014-09-18 06:13:24 +0000 (Thu, 18 Sep 2014)
Log Message:
-----------
gnustep-base/trunk: attempt to fix dependencies
Modified Paths:
--------------
csw/mgar/pkg/gnustep-base/trunk/Makefile
Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-base/trunk/Makefile 2014-09-17 20:50:12 UTC (rev 24112)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2014-09-18 06:13:24 UTC (rev 24113)
@@ -10,8 +10,13 @@
GNUstep-core base framework, which provides all Foundation equivalent classes, useful for all non-gui objective-c development. A prerequisite for all GNUstep tools as well as applications.
endef
-BUILD_DEP_PKGS = CSWgmake CSWgcc4objc CSWlibgnutls-dev CSWlibffi-dev CSWlibicu-dev
-DEP_PKGS = CSWgnustep-make CSWlibgnutls28 CSWlibssl1-0-0 CSWlibffi5 CSWlibicuuc52
+BUILD_DEP_PKGS = CSWgmake CSWgcc4objc CSWlibgnutls-dev CSWlibffi-dev CSWlibicu-dev CSWlibxml2-dev CSWlibxslt-dev
+DEP_PKGS = CSWgnustep-make
+DEP_PKGS += CSWlibffi5
+DEP_PGKS += CSWlibicui18n52 CSWlibicuuc52 CSWlibicudata52
+DEP_PGKS += CSWlibobjc4 CSWlibgcc-s1 CSWlibgmp10
+DEP_PGKS += CSWlibssl1-0-0 CSWlibgnutls28 CSWlibgcrypt20
+DEP_PGKS += CSWlibxslt1 CSWlibxml2-2
MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/
DISTFILES = $(DISTNAME).tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list