summaryrefslogtreecommitdiff
path: root/devel/boost
diff options
context:
space:
mode:
authortv <tv>2004-06-04 15:07:17 +0000
committertv <tv>2004-06-04 15:07:17 +0000
commitd7e285e1ed5d5c7eb2e13a2130ea8a56b1e8e937 (patch)
treed2f5185530d6c54d5502612d2ce6d7f11ba62887 /devel/boost
parent4027353e5f2792865dd211388935853bfba5ccb7 (diff)
downloadpkgsrc-d7e285e1ed5d5c7eb2e13a2130ea8a56b1e8e937.tar.gz
Rather than pulling in sgi-stl: The only package using this is in wip,
and already requires gcc 3.3, so simply make this require gcc >=3.0 (if PKGSRC_COMPILER uses gcc; else let the system compiler STL suffice).
Diffstat (limited to 'devel/boost')
-rw-r--r--devel/boost/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile
index fa69697afa5..88b9c6eda2f 100644
--- a/devel/boost/Makefile
+++ b/devel/boost/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/04/24 22:46:09 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/06/04 15:07:17 tv Exp $
#
DISTNAME= boost-1.30.2
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boost/}
EXTRACT_SUFX= .tar.bz2
@@ -10,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.boost.org/
COMMENT= Free, portable libraries that integrate with the ISO C++ Stdlib
-# Need working <limits> and <memory> not present in NetBSD yet.
-DEPENDS+= sgi-stl>=3.2:../../devel/sgi-stl
+# Need working <limits> and <memory> not present in older gcc.
+# Other compilers are left alone to use their own STL.
+GCC_REQD+= 3.0
+USE_LANGUAGES+= c++
USE_LIBTOOL= # defined
BOOST_VERS= 0:0
MAKE_ENV+= BOOST_VERS="${BOOST_VERS}"