diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-04-25 20:39:15 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-04-25 20:39:15 +0000 |
commit | 603ef190b1f367ef8794a702e09a2b1cdb9c9f47 (patch) | |
tree | a2fb468a801802490818893b922fa2f929bc69f7 /textproc | |
parent | c739852ab86a2b1ede3ab432f20b32a293a828e3 (diff) | |
download | pkgsrc-603ef190b1f367ef8794a702e09a2b1cdb9c9f47.tar.gz |
Enable/disable updated/removed Erlang packages.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 14ba49aabf1..c5fb3afc45b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.880 2016/04/20 21:04:00 markd Exp $ +# $NetBSD: Makefile,v 1.881 2016/04/25 20:39:15 fhajny Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -172,11 +172,11 @@ SUBDIR+= enca SUBDIR+= enchant SUBDIR+= epubcheck SUBDIR+= epubpreflight +SUBDIR+= erlang-fast_xml +SUBDIR+= erlang-fast_yaml SUBDIR+= erlang-jiffy -SUBDIR+= erlang-p1_stringprep -SUBDIR+= erlang-p1_xml -SUBDIR+= erlang-p1_yaml -SUBDIR+= erlang-xmlrpc +SUBDIR+= erlang-p1_xmlrpc +SUBDIR+= erlang-stringprep SUBDIR+= expat SUBDIR+= expatobjc SUBDIR+= ezxml |