diff options
author | sketch <sketch@pkgsrc.org> | 2006-07-10 20:57:58 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2006-07-10 20:57:58 +0000 |
commit | b72c27a227f142aa37a06249e0efb3cf0d43d2ff (patch) | |
tree | ee37ab9b617569ff6a2593df047265afc43e8ce8 /archivers | |
parent | b1562b0e54d39bc0d426caf015644c84749a2e4e (diff) | |
download | pkgsrc-b72c27a227f142aa37a06249e0efb3cf0d43d2ff.tar.gz |
Pull in OpenSSL, required on Solaris.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php-zlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/php-zlib/Makefile b/archivers/php-zlib/Makefile index 0befa3c11ce..8a2af309c53 100644 --- a/archivers/php-zlib/Makefile +++ b/archivers/php-zlib/Makefile @@ -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 @@ post-extract: .include "../../lang/php/ext.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |