summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-02-27 08:42:05 +0000
committerjmmv <jmmv@pkgsrc.org>2005-02-27 08:42:05 +0000
commit3e1d9ca2e926b3051109888bcbaffe6617ebda06 (patch)
tree1c3c0f24d61db99f202f3ba7d5d544edfea831a4 /meta-pkgs
parent1154155559a147528f95a002c66e6c8a84cf0f7c (diff)
downloadpkgsrc-3e1d9ca2e926b3051109888bcbaffe6617ebda06.tar.gz
The new Boost packages have to conflict with boost<1.32.0 (except the
meta-package itself).
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/boost/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index 608ae4254cf..cf2b41cf280 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2005/02/26 22:48:34 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/02/27 08:42:05 jmmv Exp $
#
BOOST_PACKAGE?= undefined
@@ -25,6 +25,8 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.boost.org/
COMMENT= Free, peer-reviewed portable C++ source libraries ${BOOST_COMMENT}
+CONFLICTS+= boost<1.32.0
+
DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/boost/distinfo
PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches