diff options
Diffstat (limited to 'devel/boost/Makefile')
-rw-r--r-- | devel/boost/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 4d278670840..13fb6a3a602 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/05/12 06:15:06 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/05/29 22:46:44 jlam Exp $ DISTNAME= boost_all -PKGNAME= boost-1.14.1 +PKGNAME= boost-1.14.3 CATEGORIES= devel MASTER_SITES= http://www.boost.org/ EXTRACT_SUFX= .zip @@ -9,6 +9,9 @@ EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.boost.org/ +# Need working <limits> and <memory> not present in NetBSD yet. +DEPENDS+= sgi-stl>=3.2:../../devel/sgi-stl + USE_LIBTOOL= # defined DIST_SUBDIR= ${PKGNAME} @@ -29,7 +32,7 @@ post-extract: libs/pri_queue/boost-heap-1.0.zip "boost/*" do-configure: - cd ${FILESDIR}; ${CP} Makefile limits memory ${WRKSRC} + cd ${FILESDIR}; ${CP} Makefile ${WRKSRC} do-install: ${INSTALL_DATA_DIR} ${INCSDIR}/boost |