summaryrefslogtreecommitdiff
path: root/mail/alpine
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-12-10 00:01:38 +0000
committerabs <abs@pkgsrc.org>2007-12-10 00:01:38 +0000
commitcb029452c10f39d3457133055b5c9a932582ca1e (patch)
tree4ad873b8f161da8a8ac6ff172b66547c3a5c04a2 /mail/alpine
parentfb67c7eba3894f05ac6a396c3855d8e758a7791c (diff)
downloadpkgsrc-cb029452c10f39d3457133055b5c9a932582ca1e.tar.gz
disable pthread on NetBSD for now - bump PKGREVISION
Diffstat (limited to 'mail/alpine')
-rw-r--r--mail/alpine/Makefile7
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