diff options
author | tnn <tnn@pkgsrc.org> | 2007-04-29 11:54:25 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-04-29 11:54:25 +0000 |
commit | 10133a1027f21549b5d0c7720b83c1cbd1b40f3b (patch) | |
tree | 068c8c54dadeb87213536c64cc52c9cd839df97e /mk/platform | |
parent | 5932f52a615f24331e9ac9b0e4a37f8c44683f91 (diff) | |
download | pkgsrc-10133a1027f21549b5d0c7720b83c1cbd1b40f3b.tar.gz |
- Use builtin krb5 implementation.
- Default to sysutils/gamin for packages that need libfam.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/HPUX.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/platform/HPUX.mk b/mk/platform/HPUX.mk index f3cd117e76f..2c77de9af0c 100644 --- a/mk/platform/HPUX.mk +++ b/mk/platform/HPUX.mk @@ -1,4 +1,4 @@ -# $NetBSD: HPUX.mk,v 1.4 2007/04/25 13:29:11 tnn Exp $ +# $NetBSD: HPUX.mk,v 1.5 2007/04/29 11:54:25 tnn Exp $ # # Variable definitions for the HP-UX operating system. @@ -65,6 +65,12 @@ SERIAL_DEVICES?= /dev/tty0p0 \ _INCOMPAT_ICONV= HPUX-*-* +# sysutils/fam is not usable on HP-UX. +FAM_DEFAULT?= gamin + +# mit-krb5 is builtin, and heimdal doesn't build. +KRB5_DEFAULT?= mit-krb5 + # Builtin openssl and zlib have issues. Prefer pkgsrc's until we know which # versions work. PREFER.openssl?= pkgsrc |