diff options
author | ryoon <ryoon> | 2011-05-15 03:10:05 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-05-15 03:10:05 +0000 |
commit | c8fdaf0119631b8ad58f1c09a11803a1bd46b686 (patch) | |
tree | 6555bb3778ecc7ce2cceed57c724c430c59da40f /editors | |
parent | 6838a49f3be90d541a306262739a6013f4253436 (diff) | |
download | pkgsrc-c8fdaf0119631b8ad58f1c09a11803a1bd46b686.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" |