diff options
author | abs <abs> | 2007-12-10 00:01:38 +0000 |
---|---|---|
committer | abs <abs> | 2007-12-10 00:01:38 +0000 |
commit | 3ccc047ff4a571f81b7b4191b7311ef150b6da7e (patch) | |
tree | 4ad873b8f161da8a8ac6ff172b66547c3a5c04a2 /mail/alpine | |
parent | 6ed32cccf219df1e18b211f4193c471a6a692aa1 (diff) | |
download | pkgsrc-3ccc047ff4a571f81b7b4191b7311ef150b6da7e.tar.gz |
disable pthread on NetBSD for now - bump PKGREVISION
Diffstat (limited to 'mail/alpine')
-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 |