diff options
author | martin <martin@pkgsrc.org> | 2001-07-19 12:28:03 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-07-19 12:28:03 +0000 |
commit | 67a1283c2322c9d1b2cb273ba57fd4c783032458 (patch) | |
tree | a9e645e0ee6e965116456e48dc7255bc72a63359 | |
parent | 64bebb655e6199145ac77509d5713450153322bb (diff) | |
download | pkgsrc-67a1283c2322c9d1b2cb273ba57fd4c783032458.tar.gz |
We do not need pthreads (as it doesn't work for stunnel), so don't depend
on pth.
-rw-r--r-- | security/stunnel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index d8a555d1d15..7c02606f32c 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/07/19 12:22:17 martin Exp $ +# $NetBSD: Makefile,v 1.18 2001/07/19 12:28:03 martin Exp $ # DISTNAME= stunnel-3.15 @@ -24,5 +24,4 @@ pre-configure: cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf .include "../../security/openssl/buildlink.mk" -.include "../../devel/pth/buildlink.mk" .include "../../mk/bsd.pkg.mk" |