diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-26 22:50:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-26 22:50:24 +0000 |
commit | 75d910eab2f0dd2029646d3e3afa50754942397a (patch) | |
tree | dfe0e0d396a163a127747f664cd863be3d61c50d /devel/monotone | |
parent | 09753597b223bcda95fb6bd4f47c0f7d2e2bbf80 (diff) | |
download | pkgsrc-75d910eab2f0dd2029646d3e3afa50754942397a.tar.gz |
Catch up with Boost packages rework: no need to use BOOST_SUFFIX any more
(because libraries are unversioned), and we only need to depend on the
binary libraries (boost-libs); the huge boost dependency disappears.
Bump PKGREVISION to 1.
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index c88fa9a50a9..21c8acfbde4 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/01/01 16:41:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2005/02/26 22:50:24 jmmv Exp $ # DISTNAME= monotone-0.16 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.venge.net/monotone/ @@ -17,7 +18,6 @@ USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ USE_MAKEINFO= yes -CONFIGURE_ARGS+= BOOST_SUFFIX=-${BOOST_TOOLSET} CONFIGURE_ARGS+= --with-bundled-lua=no CONFIGURE_ARGS+= --with-bundled-sqlite=no @@ -34,9 +34,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .include "../../converters/libiconv/buildlink3.mk" .include "../../databases/sqlite/buildlink3.mk" -.include "../../devel/boost/buildlink3.mk" -.include "../../devel/boost/toolset.mk" -.include "../../devel/boost-thread/buildlink3.mk" +.include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../lang/lua/buildlink3.mk" |