summaryrefslogtreecommitdiff
path: root/security/mit-krb5
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-16 23:33:10 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-16 23:33:10 +0000
commit09da15f543e1f53c40b1fab2198005bfe5876b7c (patch)
tree5e0049b11772a377f70bf80bdd1e0f1eb61d24f6 /security/mit-krb5
parent731e2d1d5f3b0913e08abf22db1098e0e4126373 (diff)
downloadpkgsrc-09da15f543e1f53c40b1fab2198005bfe5876b7c.tar.gz
This package need pthreads in order to build.
Diffstat (limited to 'security/mit-krb5')
-rw-r--r--security/mit-krb5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index b806e14d8c7..32df113cfb5 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/06/01 20:08:01 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/16 23:33:10 kristerw Exp $
DISTNAME= krb5-1.4
PKGNAME= mit-${DISTNAME:S/-signed$//}
@@ -83,6 +83,8 @@ INSTALLATION_DIRS= bin include/gssapi include/gssrpc info lib \
man/man1 man/man5 man/man8 sbin \
share/examples/krb5
+PTHREAD_OPTS+= require
+
# The MIT krb5 distribution is actually a tar file that contains the
# real .tar.gz distfile and a PGP signature.
#
@@ -108,4 +110,5 @@ post-install:
done; \
done
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"