summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2014-03-19 13:25:04 +0000
committerbsiegert <bsiegert>2014-03-19 13:25:04 +0000
commitc8f3526bddb262544e6634c9a358c7527d8a2e3e (patch)
treef0a35669312bb9d342bdc5ffa82e7cf2f40dad67 /security/heimdal
parent105d6ed97e0f0ae449e220e0bcbf2a7c7bd1a4c3 (diff)
downloadpkgsrc-c8f3526bddb262544e6634c9a358c7527d8a2e3e.tar.gz
Only build hcrypto on MirBSD if using the builtin OpenSSL. Fixes build
now that we have OpenSSL from pkgsrc.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 94d63dae1f9..6add78ba4fc 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2014/02/20 08:19:43 obache Exp $
+# $NetBSD: Makefile,v 1.110 2014/03/19 13:25:04 bsiegert Exp $
DISTNAME= heimdal-1.5.3
PKGREVISION= 5
@@ -82,7 +82,9 @@ PLIST.afskauth= yes
.endif
.if ${OPSYS} == "MirBSD"
+.if ${USE_BUILTIN.openssl} == "yes"
PLIST.hcrypto= yes
+.endif
PLIST.vis= yes
# all of the tools need to link against pthread, force it.
PTHREAD_AUTO_VARS= yes