diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-12 17:45:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-12 17:45:50 +0000 |
commit | a5c75e5d765c815d3502e67ae7264e7ed683c3e1 (patch) | |
tree | 387cc500c35ffefb88f74253c09dd10701111fd8 /mail | |
parent | 750b559f971713ba33ad0ec77b0125034dcf55ce (diff) | |
download | pkgsrc-a5c75e5d765c815d3502e67ae7264e7ed683c3e1.tar.gz |
needs pthreads
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libspf2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index 2cf885701ad..1715043f293 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/10/12 08:17:50 tron Exp $ +# $NetBSD: Makefile,v 1.13 2015/03/12 17:45:50 tnn Exp $ DISTNAME= libspf2-1.2.10 PKGREVISION= 1 @@ -15,4 +15,5 @@ USE_LIBTOOL= YES CONFLICTS+= libspf_alt-[0-9]* +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |