pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal It's PKG_OPTIONS.heimdal, not PKG_OPT...
details: https://anonhg.NetBSD.org/pkgsrc/rev/437f2d8ad1ec
branches: trunk
changeset: 479126:437f2d8ad1ec
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Aug 05 16:28:45 2004 +0000
description:
It's PKG_OPTIONS.heimdal, not PKG_OPTIONS.mit-krb5.
diffstat:
security/heimdal/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 2eb940da957d -r 437f2d8ad1ec security/heimdal/Makefile
--- a/security/heimdal/Makefile Thu Aug 05 16:05:18 2004 +0000
+++ b/security/heimdal/Makefile Thu Aug 05 16:28:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/07/30 21:05:42 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/08/05 16:28:45 jlam Exp $
DISTNAME= heimdal-0.6.1
PKGREVISION= 1
@@ -39,12 +39,12 @@
# Global and legacy options
.if defined(USE_DB4) || defined(KERBEROS_PREFIX_CMDS)
-. if !defined(PKG_OPTIONS.mit-krb5)
+. if !defined(PKG_OPTIONS.heimdal)
. if defined(USE_DB4) && !empty(USE_DB4:M[yY][eE][sS])
-PKG_OPTIONS.mit-krb5+= db4
+PKG_OPTIONS.heimdal+= db4
. endif
. if defined(KERBEROS_PREFIX_CMDS) && !empty(KERBEROS_PREFIX_CMDS:M[yY][eE][sS])
-PKG_OPTIONS.mit-krb5+= prefix-cmds
+PKG_OPTIONS.heimdal+= prefix-cmds
. endif
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index