summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorlha <lha>2003-05-09 14:07:29 +0000
committerlha <lha>2003-05-09 14:07:29 +0000
commit12e322694b3d2067b4c5aecea49a010ee524d82e (patch)
tree3ca6a8aa9986d8ef2499d6d146ce99e7ae3381ab /mail/nmh
parentbbe678f7bc1d09a1c125372eb5795ce4b1380663 (diff)
downloadpkgsrc-12e322694b3d2067b4c5aecea49a010ee524d82e.tar.gz
Make work with netbsd libkrb that might require roken and com_err
Fixes PR: pkg/21505
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile5
1 files changed, 4 insertions, 1 deletions
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