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 | 6933e8329189e7d5f8a8e263160d8aa37bcea716 (patch) | |
tree | 2c7bfd1b3364154b521c0c4b4a76b44c6c619abf /lang/spl | |
parent | 7fac27adf1e5516816d7247b87ef8bd12b652348 (diff) | |
download | pkgsrc-6933e8329189e7d5f8a8e263160d8aa37bcea716.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')
-rw-r--r-- | lang/spl/Makefile | 5 | ||||
-rw-r--r-- | lang/spl/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/spl/Makefile b/lang/spl/Makefile index d30083a7307..77a57554bd8 100644 --- a/lang/spl/Makefile +++ b/lang/spl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/04/27 12:31:51 obache Exp $ +# $NetBSD: Makefile,v 1.16 2012/05/23 03:02:26 dholland Exp $ # DISTNAME= spl-1.0pre3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang MASTER_SITES= http://www.clifford.at/spl/releases/ \ http://www.clifford.at/spl/releases/OLD/ @@ -46,6 +46,7 @@ post-install: cd ${WRKSRC}/examples && ${INSTALL_DATA} example* ${DESTDIR}${EGDIR} .include "../../devel/ncurses/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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 |