diff options
author | bacon <bacon@pkgsrc.org> | 2017-12-10 14:58:44 +0000 |
---|---|---|
committer | bacon <bacon@pkgsrc.org> | 2017-12-10 14:58:44 +0000 |
commit | 0dd677098e3472a30ec433592d167cce7210a096 (patch) | |
tree | 020f78f98e39ec1053a90a49504b04225a5f9ae4 | |
parent | a53020bceeecd4fe4a69fa4c72a09a28e44af3af (diff) | |
download | pkgsrc-0dd677098e3472a30ec433592d167cce7210a096.tar.gz |
Makefile: Add py-xopen: Open compressed files transparently
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index deec97e9c2e..c8ed1536af3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2577 2017/12/06 22:04:06 triaxx Exp $ +# $NetBSD: Makefile,v 1.2578 2017/12/10 14:58:44 bacon Exp $ # COMMENT= Development utilities @@ -2175,6 +2175,7 @@ SUBDIR+= py-whichcraft SUBDIR+= py-windbg SUBDIR+= py-wrapt SUBDIR+= py-xdg +SUBDIR+= py-xopen SUBDIR+= py-zanata-python-client SUBDIR+= py-zconfig SUBDIR+= python-mode |