summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron>2007-04-17 17:12:09 +0000
committertron <tron>2007-04-17 17:12:09 +0000
commit31edf28e53a25051ab3e1181f07931a64282a9cd (patch)
tree3f72c4f2f04483fb27a3698dce1cde4175846ddc /security
parent0f96a9eb8e6e71d06d6cf22e0fb7ade139b71a3f (diff)
downloadpkgsrc-31edf28e53a25051ab3e1181f07931a64282a9cd.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')
-rw-r--r--security/openssl/buildlink3.mk4
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/+$//}