summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2008-01-01 16:05:13 +0000
committerabs <abs>2008-01-01 16:05:13 +0000
commit3e39ebad7f02a040fb0403ba5250f8bcd344b5a8 (patch)
tree72de26a9371f8e39f6dfcc9acecca4597933403e
parentd6156a8aec81928cd1e14966519ddb9707b7d457 (diff)
downloadpkgsrc-3e39ebad7f02a040fb0403ba5250f8bcd344b5a8.tar.gz
update alpine to 1.00nb1 - only pass --without-pthread on NetBSD 4.x and earlier
-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