diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-23 03:02:26 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-23 03:02:26 +0000 |
commit | ce3527226f3b3f0791e4fc663fdfbe06ea766477 (patch) | |
tree | 2c7bfd1b3364154b521c0c4b4a76b44c6c619abf /lang/spl/PLIST | |
parent | fb4eb7a9d399e78a82c1c4b55be4e1a0d0414948 (diff) | |
download | pkgsrc-ce3527226f3b3f0791e4fc663fdfbe06ea766477.tar.gz |
After the move of expat in base, this finds it and installs an additional
library. Since expat is relatively harmless, just add an unconditional
dependence on expat and update the PLIST. PKGREVISION -> 4.
Diffstat (limited to 'lang/spl/PLIST')
-rw-r--r-- | lang/spl/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/spl/PLIST b/lang/spl/PLIST index 07318ed1620..557aedee476 100644 --- a/lang/spl/PLIST +++ b/lang/spl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2011/12/18 16:57:22 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/05/23 03:02:26 dholland Exp $ bin/spl-config bin/splrun bin/webspld @@ -17,6 +17,7 @@ lib/spl_modules/mod_encode_xml.so lib/spl_modules/mod_environ.so lib/spl_modules/mod_file.so lib/spl_modules/mod_format_ini.splb +lib/spl_modules/mod_format_xml.so @comment lib/spl_modules/mod_gl.so lib/spl_modules/mod_prime.so lib/spl_modules/mod_sql.so |