From f86d6f3eaf3d217fd360d1b4ebbef41f51964b66 Mon Sep 17 00:00:00 2001 From: lha Date: Fri, 9 May 2003 14:07:29 +0000 Subject: Make work with netbsd libkrb that might require roken and com_err Fixes PR: pkg/21505 --- mail/nmh/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail/nmh') diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index d3acf062c2d..21dbf97666e 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2002/10/30 16:57:02 kim Exp $ +# $NetBSD: Makefile,v 1.50 2003/05/09 14:07:29 lha Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -42,6 +42,9 @@ CONFIGURE_ARGS+= --with-pager=${NMH_PAGER} .if defined(KERBEROS) PKG_USE_KERBEROS= # defined +.if ${OPSYS} == "NetBSD" +LIBS= -lroken -lcrypt -lcom_err +.endif CONFIGURE_ARGS+= --with-krb4 .else CONFIGURE_ARGS+= --without-krb4 -- cgit v1.2.3