summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authortnn <tnn>2007-04-29 11:54:25 +0000
committertnn <tnn>2007-04-29 11:54:25 +0000
commit7a0c6623260cb86007674711f6acd3a63f35286e (patch)
tree068c8c54dadeb87213536c64cc52c9cd839df97e /mk/platform
parenta970d3495b712c2cb2d34b366c119bf8526af971 (diff)
downloadpkgsrc-7a0c6623260cb86007674711f6acd3a63f35286e.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.mk8
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