summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland>2012-05-23 03:02:26 +0000
committerdholland <dholland>2012-05-23 03:02:26 +0000
commitcbafad7d0cbd7dbdb4bb5123a181aded36c38097 (patch)
tree2c7bfd1b3364154b521c0c4b4a76b44c6c619abf /lang
parent2b332099854bc3248ef00b5ccc2304b45b7f579f (diff)
downloadpkgsrc-cbafad7d0cbd7dbdb4bb5123a181aded36c38097.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')
-rw-r--r--lang/spl/Makefile5
-rw-r--r--lang/spl/PLIST3
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