diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-03-13 09:04:49 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-03-13 09:04:49 +0000 |
commit | 629defae17b13c95c1ecce3dfa7938f1680310e4 (patch) | |
tree | b223eb833dbd9a29ea38e5db0348d5de39120772 /security | |
parent | bdc7607e77725405ec48f8046b83fef6e9d46020 (diff) | |
download | pkgsrc-629defae17b13c95c1ecce3dfa7938f1680310e4.tar.gz |
On SunOS, heimdal never builds hcrypto when pkgsrc OpenSSL used.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 6901ba568d4..9ed588bd04d 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2012/03/11 11:30:06 shattered Exp $ +# $NetBSD: Makefile,v 1.89 2012/03/13 09:04:49 fhajny Exp $ DISTNAME= heimdal-1.5.2 PKGREVISION= 1 @@ -59,8 +59,11 @@ PLIST_VARS+= afskauth hcrypto .if ${OPSYS} == "IRIX" PLIST.afskauth= yes .endif + +.include "../../security/openssl/builtin.mk" + .if ${MACHINE_PLATFORM:MNetBSD-[1-3]*} != "" || \ - ${OPSYS} == "SunOS" + (${OPSYS} == "SunOS" && !empty(USE_BUILTIN.openssl:Myes)) PLIST.hcrypto= yes .endif |