pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/php-zlib Pull in OpenSSL, required on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f2e1a234f76
branches:  trunk
changeset: 515911:1f2e1a234f76
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Jul 10 20:57:58 2006 +0000

description:
Pull in OpenSSL, required on Solaris.

diffstat:

 archivers/php-zlib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 4d32cbe794e2 -r 1f2e1a234f76 archivers/php-zlib/Makefile
--- a/archivers/php-zlib/Makefile       Mon Jul 10 20:53:43 2006 +0000
+++ b/archivers/php-zlib/Makefile       Mon Jul 10 20:57:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/06/04 16:26:52 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/07/10 20:57:58 sketch Exp $
 
 MODNAME=               zlib
 CATEGORIES+=           archivers
@@ -13,4 +13,5 @@
 
 .include "../../lang/php/ext.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index