[csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Thu May 10 14:29:47 CEST 2012
Revision: 17983
http://gar.svn.sourceforge.net/gar/?rev=17983&view=rev
Author: pfelecan
Date: 2012-05-10 12:29:47 +0000 (Thu, 10 May 2012)
Log Message:
-----------
dependencies checked and reordered with my new dependencies checker
Modified Paths:
--------------
csw/mgar/pkg/libotf/trunk/Makefile
Modified: csw/mgar/pkg/libotf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libotf/trunk/Makefile 2012-05-09 19:19:43 UTC (rev 17982)
+++ csw/mgar/pkg/libotf/trunk/Makefile 2012-05-10 12:29:47 UTC (rev 17983)
@@ -38,10 +38,10 @@
PKGFILES_CSWlibotf0 += $(call pkgfiles_lib,libotf.so.0.0.0)
OBSOLETED_BY_CSWlibotf0 += CSWlibotf
RUNTIME_DEP_PKGS_CSWlibotf0 += \
+ CSWlibbz2-1-0 \
+ CSWlibfreetype6 \
CSWlibgcc-s1 \
- CSWlibfreetype6 \
- CSWlibz1 \
- CSWlibbz2-1-0
+ CSWlibz1
PACKAGES += CSWlibotf-dev
SPKG_DESC_CSWlibotf-dev = $(DESCRIPTION) - development
PKGFILES_CSWlibotf-dev = $(PKGFILES_DEVEL)
@@ -54,9 +54,10 @@
CATALOGNAME_CSWlibotf-utils = libotf_utils
OBSOLETED_BY_CSWlibotf-utils += CSWlibotf
RUNTIME_DEP_PKGS_CSWlibotf-utils += \
- CSWlibotf0 \
- CSWlibfreetype6 \
- CSWlibz1 \
- CSWlibbz2-1-0
+ CSWlibotf0
+
include gar/category.mk
+# this is private and not available publicly yet
+mydependencies:
+ $(HOME)/bin/ocswdeplist --package $(NAME)
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