diff options
author | wiz <wiz@pkgsrc.org> | 2022-03-06 12:38:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-03-06 12:38:53 +0000 |
commit | a964b0f6c84341022306c1c91dfedf06967fe989 (patch) | |
tree | 301fd34d6faf8323050ffba74eef906642fe7045 /editors | |
parent | e7d83ae5f9368b76e0fecbfc125bee9d703a57a9 (diff) | |
download | pkgsrc-a964b0f6c84341022306c1c91dfedf06967fe989.tar.gz |
editors/Makefile: + PageEdit
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 eaba8819c25..45f673ce63f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.219 2022/01/28 11:51:19 micha Exp $ +# $NetBSD: Makefile,v 1.220 2022/03/06 12:38:53 wiz Exp $ # COMMENT= Text and binary editors SUBDIR+= OmegaT +SUBDIR+= PageEdit SUBDIR+= Sigil SUBDIR+= TeXmacs SUBDIR+= abiword |