diff options
author | abs <abs> | 2007-12-10 00:01:38 +0000 |
---|---|---|
committer | abs <abs> | 2007-12-10 00:01:38 +0000 |
commit | 837a9d144dc37ad53c792983e6d8f5bd07d1a9f8 (patch) | |
tree | 4ad873b8f161da8a8ac6ff172b66547c3a5c04a2 /mail | |
parent | 1898f0a0e4abbe841283144f3c11f4790bac1ca0 (diff) | |
download | pkgsrc-837a9d144dc37ad53c792983e6d8f5bd07d1a9f8.tar.gz |
disable pthread on NetBSD for now - bump PKGREVISION
Diffstat (limited to 'mail')
-rw-r--r-- | mail/alpine/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 7515a1d0595..c158c68fde6 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2007/12/09 22:17:54 abs Exp $ +# $NetBSD: Makefile,v 1.8 2007/12/10 00:01:38 abs Exp $ # DISTNAME= alpine-0.999999 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/ EXTRACT_SUFX= .tar.bz2 @@ -27,6 +28,10 @@ PKG_SUGGESTED_OPTIONS= pinepwd .include "../../mk/bsd.options.mk" +.if ${OPSYS} == "NetBSD" +CONFIGURE_ARGS+= --without-pthread +.endif + .if !empty(PKG_OPTIONS:Mpinepwd) CONFIGURE_ARGS+= --with-passfile=.pinepwd .endif |