diff options
author | hans <hans@pkgsrc.org> | 2013-02-01 12:36:06 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2013-02-01 12:36:06 +0000 |
commit | 30192fdd8ffcad7258da54f3ae9ad45117a83b78 (patch) | |
tree | 0f78bcfdcdbaaf8ad2c3b3c84dab39db049359ef /mk | |
parent | f214b5b6527bd6fd34806380f598524e6a003943 (diff) | |
download | pkgsrc-30192fdd8ffcad7258da54f3ae9ad45117a83b78.tar.gz |
Prefer openssl from pkgsrc on SunOS by default.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/SunOS.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index 65772e931ec..3700d6d216a 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.47 2013/02/01 12:25:16 hans Exp $ +# $NetBSD: SunOS.mk,v 1.48 2013/02/01 12:36:06 hans Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -39,6 +39,7 @@ MOTIF_TYPE_DEFAULT?= motif # Builtin defaults which make sense for this platform. PREFER.solaris-pam?= native +PREFER.openssl?= pkgsrc _OPSYS_EMULDIR.solaris= # empty _OPSYS_EMULDIR.solaris32= # empty |