diff options
author | abs <abs> | 2008-01-01 16:05:13 +0000 |
---|---|---|
committer | abs <abs> | 2008-01-01 16:05:13 +0000 |
commit | 612392b8a52f82bbffc2aa4e755dfaada9203653 (patch) | |
tree | 72de26a9371f8e39f6dfcc9acecca4597933403e /mail | |
parent | fccb3e9ffdecc3d47d8a6d9deb34fefc7787076a (diff) | |
download | pkgsrc-612392b8a52f82bbffc2aa4e755dfaada9203653.tar.gz |
update alpine to 1.00nb1 - only pass --without-pthread on NetBSD 4.x and earlier
Diffstat (limited to 'mail')
-rw-r--r-- | mail/alpine/Makefile | 5 |
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 |