summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin>2001-07-19 12:28:03 +0000
committermartin <martin>2001-07-19 12:28:03 +0000
commit8c648b995c8696c2c265ba0dc6a3585a1b75cf24 (patch)
treea9e645e0ee6e965116456e48dc7255bc72a63359
parent00506a87cba41d26e028b174c8a1c63ac0202def (diff)
downloadpkgsrc-8c648b995c8696c2c265ba0dc6a3585a1b75cf24.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/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"