summaryrefslogtreecommitdiff
path: root/security
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
commit7463dd8f48e92df0f34b9f3cadd7906e9be4293f (patch)
tree5e0049b11772a377f70bf80bdd1e0f1eb61d24f6 /security
parent1379b91e041b1e1f109324d464dc8af5b5d5edce (diff)
downloadpkgsrc-7463dd8f48e92df0f34b9f3cadd7906e9be4293f.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"