pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/yafc Fix kerberos support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f29cfc07a67
branches:  trunk
changeset: 499463:2f29cfc07a67
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Fri Sep 23 05:50:55 2005 +0000

description:
Fix kerberos support

diffstat:

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

diffs (25 lines):

diff -r eeab02c6667b -r 2f29cfc07a67 net/yafc/Makefile
--- a/net/yafc/Makefile Thu Sep 22 22:06:08 2005 +0000
+++ b/net/yafc/Makefile Fri Sep 23 05:50:55 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:03 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/23 05:50:55 hubertf Exp $
 
 DISTNAME=      yafc-0.7.10
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=yafc/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,7 +22,11 @@
 PKG_USE_KERBEROS=      yes
 CONFIGURE_ARGS+=        --with-krb5 --with-krb5-include=/usr/include/krb5
 CPPFLAGS+=             -I/usr/include/gssapi
+LIBS+=                 -lcrypt -lcrypto
 .endif
 
 .include "../../devel/readline/buildlink3.mk"
+.if defined(KERBEROS)
+.endif
+.include "../../mk/krb5.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index