diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-05-15 03:10:05 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-05-15 03:10:05 +0000 |
commit | 04d619a54f154d41a9d54a252a71e5958af784dd (patch) | |
tree | 6555bb3778ecc7ce2cceed57c724c430c59da40f /editors | |
parent | 592ceef253ee6f43157ba2585e9bbe9304f95398 (diff) | |
download | pkgsrc-04d619a54f154d41a9d54a252a71e5958af784dd.tar.gz |
Add zim
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 1312d8b8ae0..efe34ceb417 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.144 2011/05/07 20:02:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.145 2011/05/15 03:10:05 ryoon Exp $ # COMMENT= Editors @@ -146,5 +146,6 @@ SUBDIR+= xvile SUBDIR+= xwpe SUBDIR+= yudit SUBDIR+= zile +SUBDIR+= zim .include "../mk/misc/category.mk" |