summaryrefslogtreecommitdiff
path: root/devel/boost/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-06-04 15:07:17 +0000
committertv <tv@pkgsrc.org>2004-06-04 15:07:17 +0000
commitb14e20abeb4e51c3dae4872baf44c492b0d59e85 (patch)
treed2f5185530d6c54d5502612d2ce6d7f11ba62887 /devel/boost/Makefile
parent8196789a05b3907f97a949bb2533c6dc495aac18 (diff)
downloadpkgsrc-b14e20abeb4e51c3dae4872baf44c492b0d59e85.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/Makefile')
-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}"