diff options
author | cjep <cjep@pkgsrc.org> | 2003-06-07 14:47:16 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-06-07 14:47:16 +0000 |
commit | b184c1e87e2f50bfe7210a530fa3507b3f08f433 (patch) | |
tree | 202fcc16ca3482c80aaf6d5d5af29f57a734b2d5 /devel/boost/Makefile | |
parent | 7768c531ee924858542d6051853374d460d359e8 (diff) | |
download | pkgsrc-b184c1e87e2f50bfe7210a530fa3507b3f08f433.tar.gz |
Truncate COMMENT to under 70 characters
Diffstat (limited to 'devel/boost/Makefile')
-rw-r--r-- | devel/boost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 77cc962e59e..521df9d3281 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/07/07 10:21:38 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/06/07 14:47:18 cjep Exp $ DISTNAME= boost_1_28_0 PKGNAME= ${DISTNAME:C/_/-/:C/_/./g} @@ -7,7 +7,7 @@ MASTER_SITES= http://boost.sourceforge.net/release/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.boost.org/ -COMMENT= free, portable libraries that integrate with the ISO C++ Standard Library +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 |