summaryrefslogtreecommitdiff
path: root/mail/alpine
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-01-01 16:05:13 +0000
committerabs <abs@pkgsrc.org>2008-01-01 16:05:13 +0000
commit94944b736fd74636a6774093853fde3bd96b31e7 (patch)
tree72de26a9371f8e39f6dfcc9acecca4597933403e /mail/alpine
parentd94af444f0f312cd39dab95f51f64073be64710f (diff)
downloadpkgsrc-94944b736fd74636a6774093853fde3bd96b31e7.tar.gz
update alpine to 1.00nb1 - only pass --without-pthread on NetBSD 4.x and earlier
Diffstat (limited to 'mail/alpine')
-rw-r--r--mail/alpine/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile
index 073eaa433c4..6564266cbb2 100644
--- a/mail/alpine/Makefile
+++ b/mail/alpine/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2007/12/29 19:49:43 abs Exp $
+# $NetBSD: Makefile,v 1.10 2008/01/01 16:05:13 abs Exp $
#
DISTNAME= alpine-1.00
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/
EXTRACT_SUFX= .tar.bz2
@@ -27,7 +28,7 @@ PKG_SUGGESTED_OPTIONS= pinepwd
.include "../../mk/bsd.options.mk"
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M4.99.*) && empty(OS_VERSION:M[5-9]*)
CONFIGURE_ARGS+= --without-pthread
.endif