[Lunar-commits] r15602 - moonbase/trunk/printer/espgs
Terry Chan
tchan at lunar-linux.org
Wed Jul 6 05:27:38 UTC 2005
Author: tchan
Date: 2005-07-06 05:27:37 +0000 (Wed, 06 Jul 2005)
New Revision: 15602
Modified:
moonbase/trunk/printer/espgs/DEPENDS
Log:
/usr/bin/gs NEEDS libcrypto and libssl and both are provided by openssl.
See ldd /usr/bin/gs. Noticed this when testing openssl-0.9.8.
Modified: moonbase/trunk/printer/espgs/DEPENDS
===================================================================
--- moonbase/trunk/printer/espgs/DEPENDS 2005-07-05 20:59:52 UTC (rev 15601)
+++ moonbase/trunk/printer/espgs/DEPENDS 2005-07-06 05:27:37 UTC (rev 15602)
@@ -1,5 +1,6 @@
depends ghostscript-fonts-std &&
+optional_depends "openssl" "" "" "for ssl support" &&
optional_depends "jpeg" "" "" "for JPG output" &&
optional_depends "libpng" "" "" "for PNG output" &&
optional_depends "%X" "" "" "for X11 output" &&
More information about the Lunar-commits
mailing list