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