summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-16 23:33:10 +0000
committerkristerw <kristerw>2005-06-16 23:33:10 +0000
commitefd3d07d764d85393aa30516d69c411badf7e57d (patch)
tree5e0049b11772a377f70bf80bdd1e0f1eb61d24f6 /security
parentb309c34c94320f6e94d2d83500d52ea5c0a373fe (diff)
downloadpkgsrc-efd3d07d764d85393aa30516d69c411badf7e57d.tar.gz
This package need pthreads in order to build.
Diffstat (limited to 'security')
-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"