diff options
author | jperkin <jperkin> | 2012-11-29 21:50:24 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-11-29 21:50:24 +0000 |
commit | 2999000fcf6cf811203847ae2d0704ca3977cd57 (patch) | |
tree | cf3f580e1f701e436863431234c31015da26825e /devel/boost-libs | |
parent | cee167e27daa81e3b82b3ffb8f5a39bda27dc958 (diff) | |
download | pkgsrc-2999000fcf6cf811203847ae2d0704ca3977cd57.tar.gz |
Remove libboost_locale from the generic PLIST, again. They are accounted
for in the OPSYS-specific files.
Fixes package on Solaris, and possibly others.
Diffstat (limited to 'devel/boost-libs')
-rw-r--r-- | devel/boost-libs/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/boost-libs/PLIST b/devel/boost-libs/PLIST index 0d9e5a5a0bc..fa6679da2cd 100644 --- a/devel/boost-libs/PLIST +++ b/devel/boost-libs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2012/11/07 21:04:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.18 2012/11/29 21:50:24 jperkin Exp $ lib/libboost_chrono.a lib/libboost_chrono.so lib/libboost_chrono.so.${BOOST_VERSION} @@ -18,9 +18,6 @@ lib/libboost_graph.so.${BOOST_VERSION} lib/libboost_iostreams.a lib/libboost_iostreams.so lib/libboost_iostreams.so.${BOOST_VERSION} -lib/libboost_locale.a -lib/libboost_locale.so -lib/libboost_locale.so.${BOOST_VERSION} lib/libboost_math_c99.a lib/libboost_math_c99.so lib/libboost_math_c99.so.${BOOST_VERSION} |