diff options
author | tron <tron> | 2003-01-19 08:48:47 +0000 |
---|---|---|
committer | tron <tron> | 2003-01-19 08:48:47 +0000 |
commit | 635eb90c1b5a19c50a4521a8790dc8d059513589 (patch) | |
tree | f28ce171c33b6f453c2c22409ee1efd2c79cf7af /mail | |
parent | 099830bae45f716422e0b5fddcd6a6e5614195af (diff) | |
download | pkgsrc-635eb90c1b5a19c50a4521a8790dc8d059513589.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/Makefile | 4 |
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" |