Author: pebender
Date: Mon Oct 27 06:40:46 2008
New Revision: 3876
Modified:
trunk/gar-minimyth/script/lib/nss/Makefile
Log:
- Fixed missing lib/nspr dependency in package lib/nss.
Modified: trunk/gar-minimyth/script/lib/nss/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/nss/Makefile (original)
+++ trunk/gar-minimyth/script/lib/nss/Makefile Mon Oct 27 06:40:46 2008
@@ -13,7 +13,7 @@
define BLURB
endef
-DEPENDS = lang/c db/sqlite lib/zlib
+DEPENDS = lang/c db/sqlite lib/nspr lib/zlib
BUILDDEPS =
ifneq ($(DESTIMG),build)
BUILDDEPS += lib/nss
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---