summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortnn <tnn>2015-03-11 22:49:40 +0000
committertnn <tnn>2015-03-11 22:49:40 +0000
commit5778b4751d108ac3c1f26bc97ca603c657031f6e (patch)
tree77766ee2b23f032cfa9f1f0f7b3169f160cca9cb /security
parentb071c454cc4ef1a5a7a359301884629da0e120f4 (diff)
downloadpkgsrc-5778b4751d108ac3c1f26bc97ca603c657031f6e.tar.gz
unconditionally wants dlopen
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index d7ef913a032..399540d3766 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202 2015/02/12 13:08:53 adam Exp $
+# $NetBSD: Makefile,v 1.203 2015/03/11 22:49:40 tnn Exp $
DISTNAME= openssl-1.0.2
CATEGORIES= security
@@ -77,8 +77,6 @@ CONFIGURE_ARGS+= darwin-ppc-cc
CONFIGURE_ARGS+= darwin-${MACHINE_ARCH}-cc
. endif
-.include "../../mk/dlopen.buildlink3.mk"
-
SUBST_CLASSES+= dl
SUBST_MESSAGE.dl= Adding dynamic link compatibility library.
SUBST_STAGE.dl= post-configure
@@ -158,4 +156,5 @@ INSTALLATION_DIRS+= share/examples/openssl
pre-configure:
cd ${WRKSRC} && ${PERL5} util/perlpath.pl ${PERL5}
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"