diff options
author | tron <tron@pkgsrc.org> | 2007-04-17 17:12:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-04-17 17:12:09 +0000 |
commit | f7c84b5393067ee6ecd326be425130b37513babc (patch) | |
tree | 3f72c4f2f04483fb27a3698dce1cde4175846ddc /security/openssl | |
parent | 944afe7a21d2d224cba81b9d83a198db3a4a1dca (diff) | |
download | pkgsrc-f7c84b5393067ee6ecd326be425130b37513babc.tar.gz |
Because OpenSSL uses dlfcn(3) only internally and Mac OS X supports shared
library dependences we don't need to include "dlopen.buildlink3.mk" here.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/buildlink3.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/openssl/buildlink3.mk b/security/openssl/buildlink3.mk index 25d4f405c4d..5003e4d5617 100644 --- a/security/openssl/buildlink3.mk +++ b/security/openssl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.34 2007/04/17 17:04:00 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.35 2007/04/17 17:12:09 tron Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ OPENSSL_BUILDLINK3_MK:= ${OPENSSL_BUILDLINK3_MK}+ @@ -39,6 +39,4 @@ MAKEVARS+= PKG_BUILD_OPTIONS.openssl . include "../../security/rsaref/buildlink3.mk" .endif -.include "../../mk/dlopen.buildlink3.mk" - BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |