diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 95d68accc77..31a881a6f3b 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2002/11/27 17:50:20 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2002/12/24 23:00:18 schmonz Exp $ # DISTNAME= cvs-1.11.2 @@ -30,6 +30,10 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif +.if ${OPSYS} == "Darwin" +LDFLAGS+= -framework Kerberos +.endif + .if defined(KERBEROS) CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption CONFIGURE_ARGS+= --with-gssapi=/usr |