summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormartin <martin@pkgsrc.org>2001-07-19 12:28:03 +0000
committermartin <martin@pkgsrc.org>2001-07-19 12:28:03 +0000
commit67a1283c2322c9d1b2cb273ba57fd4c783032458 (patch)
treea9e645e0ee6e965116456e48dc7255bc72a63359 /security
parent64bebb655e6199145ac77509d5713450153322bb (diff)
downloadpkgsrc-67a1283c2322c9d1b2cb273ba57fd4c783032458.tar.gz
We do not need pthreads (as it doesn't work for stunnel), so don't depend
on pth.
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/Makefile3
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"