aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-11-07 13:44:01 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-11-07 13:44:01 +0000
commitcef3506f49ea539fcad6efe381b832d69c9599d7 (patch)
treec25295521178f868977a2237ad725fe4a4271a6f /devel/Makefile
parent3bc5a83a3be906543a36cf03d026107a7da2edc2 (diff)
downloadports-cef3506f49ea539fcad6efe381b832d69c9599d7.tar.gz
ports-cef3506f49ea539fcad6efe381b832d69c9599d7.zip
pure-stllib is an "umbrella" package that contains a pair of Pure addons,
pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a selection of containers provided by the C++ Standard Library, specialized to hold pointers to arbitrary Pure expressions. WWW: http://docs.pure-lang.googlecode.com/hg/pure-stllib.html PR: ports/165865 Submitted by: Zhihao Yuan <lichray@gmail.com> Approved by: wg (mentor)
Notes
Notes: svn path=/head/; revision=333095
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ecce7a945e5b..90de0ca8308d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3389,8 +3389,7 @@
SUBDIR += pure-ffi
SUBDIR += pure-gen
SUBDIR += pure-readline
- SUBDIR += pure-stldict
- SUBDIR += pure-stlvec
+ SUBDIR += pure-stllib
SUBDIR += pushmi
SUBDIR += pwlib
SUBDIR += py-Acquisition