diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-09-23 16:27:48 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-09-23 16:27:48 +0000 |
commit | 0089b60b34323ff84745f7087c598f522c8fc48d (patch) | |
tree | af3acfc9d14b79a81252b2e76add4aae9aea8cac | |
parent | 29297d4a7184771fc2f6c2ffba8d211052df7416 (diff) | |
download | pkgsrc-0089b60b34323ff84745f7087c598f522c8fc48d.tar.gz |
Fix last commit - really pull in the kerberos buildlink file
only if needed
-rw-r--r-- | net/yafc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/yafc/Makefile b/net/yafc/Makefile index cb5130da25f..407724c16db 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -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 @@ LIBS+= -lcrypt -lcrypto .include "../../devel/readline/buildlink3.mk" .if defined(KERBEROS) -.endif .include "../../mk/krb5.buildlink3.mk" +.endif .include "../../mk/bsd.pkg.mk" |