summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-11-22 11:03:25 +0000
committerSimon Barner <barner@FreeBSD.org>2005-11-22 11:03:25 +0000
commit0185f6ae131ed3465710f7194b42f3bb20dc8877 (patch)
treeaa0bccb6f4837dddb1371566c12bc7da9e7a4dab /devel
parentAdd a slave port that enforces the use of gcc 3.4+ to build boost. (diff)
Mark the devel/boost-gcc3 slave port IGNORE on FreeBSD >= 5.
Notes
Notes: svn path=/head/; revision=149032
Diffstat (limited to 'devel')
-rw-r--r--devel/boost/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile
index 366ee5d8c2cd..6527b20cdd5d 100644
--- a/devel/boost/Makefile
+++ b/devel/boost/Makefile
@@ -45,6 +45,11 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
+# Check if our origin is devel/boost-gcc3 and stop for FreeBSD >= 5
+.if defined (BOOST_GCC3_PORT) && (${OSVERSION} >= 500000)
+IGNORE= from devel/boost-gcc3 is intended for FreeBSD 4.x only. Please use devel/boost instead
+.endif
+
.if !defined(WITH_PYTHON) && defined(WITH_PYSTE)
WITH_PYTHON= IMPLIED_BY_PYSTE
.endif