pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/yafc Fix last commit - really pull in the kerberos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34ce0137c7f7
branches:  trunk
changeset: 499474:34ce0137c7f7
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Fri Sep 23 16:27:48 2005 +0000

description:
Fix last commit - really pull in the kerberos buildlink file
only if needed

diffstat:

 net/yafc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1925ad533760 -r 34ce0137c7f7 net/yafc/Makefile
--- a/net/yafc/Makefile Fri Sep 23 15:45:14 2005 +0000
+++ b/net/yafc/Makefile Fri Sep 23 16:27:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/09/23 05:50:55 hubertf Exp $
+# $NetBSD: Makefile,v 1.12 2005/09/23 16:27:48 hubertf Exp $
 
 DISTNAME=      yafc-0.7.10
 PKGREVISION=   2
@@ -27,6 +27,6 @@
 
 .include "../../devel/readline/buildlink3.mk"
 .if defined(KERBEROS)
+.include "../../mk/krb5.buildlink3.mk"
 .endif
-.include "../../mk/krb5.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index