summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-01-19 08:48:47 +0000
committertron <tron@pkgsrc.org>2003-01-19 08:48:47 +0000
commit09eb67b31f36daeb8b00c2f98cdda7b0571bb245 (patch)
treef28ce171c33b6f453c2c22409ee1efd2c79cf7af /mail
parente4634a38e0ea9fb70b6fa1f84fb378c0f3db9e2f (diff)
downloadpkgsrc-09eb67b31f36daeb8b00c2f98cdda7b0571bb245.tar.gz
Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to
use native threads on platforms which support them.
Diffstat (limited to 'mail')
-rw-r--r--mail/libesmtp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index 62f45ffba42..a5f45e3610f 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/10/02 22:08:43 dillo Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/19 08:48:49 tron Exp $
DISTNAME= libesmtp-1.0rc1
CATEGORIES= mail devel
@@ -16,7 +16,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-all
-.include "../../devel/pth/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../devel/libtool/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"