diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-18 14:33:59 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-18 14:33:59 +0000 |
commit | c7a03cc8bb54abceaf7174c32769de67824ceed0 (patch) | |
tree | 443de1adc174a62e736fa671985acded6cb9799c | |
parent | ee24fabd83a32b4b99d2eef8b0ca8f3ca2b21278 (diff) | |
download | pkgsrc-c7a03cc8bb54abceaf7174c32769de67824ceed0.tar.gz |
Let this build with boost-1.32.0nb1. Bump PKGREVISION to 1.
-rw-r--r-- | devel/monotone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 71309efcba0..704c7ecc81f 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2005/06/01 18:19:31 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/18 14:33:59 jmmv Exp $ # DISTNAME= monotone-0.19 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.venge.net/monotone/downloads/ @@ -19,6 +20,7 @@ USE_MAKEINFO= yes CONFIGURE_ARGS+= --with-bundled-lua=no CONFIGURE_ARGS+= --with-bundled-sqlite=no +CONFIGURE_ARGS+= BOOST_SUFFIX=-mt PKG_OPTIONS_VAR= PKG_OPTIONS.monotone PKG_SUPPORTED_OPTIONS= inet6 |