diff options
author | mef <mef> | 2013-06-14 04:56:47 +0000 |
---|---|---|
committer | mef <mef> | 2013-06-14 04:56:47 +0000 |
commit | bbef9443afc10c3d08dba136a7f947c0fd42ca3a (patch) | |
tree | 3c71822cebf393bc31e675b8f611f8663bb44068 /mk | |
parent | 923dc13413d84c7e559c73060819f75f9f39beba (diff) | |
download | pkgsrc-bbef9443afc10c3d08dba136a7f947c0fd42ca3a.tar.gz |
Clean up pkglint flagged issue:
(1) mail/wl/Makefile
- Add LICENSE= gnu-gpl-v2.
- Use # none instead onf # defined (EMACS_BUILDLINK=).
- Use set instead of @set.
(2) mail/wl/patches/patch-aa
- Add comment from old cvs log.
(3) mail/wl/patches/patch-utils_ptexinfmt.el
Avoid diff -c confusion by pkglint:
-*** [info] Error code 255
+ *** [info] Error code 255
(4) mk/defaults/options.description 14 Jun 2013 04:48:54 -0000
Add following option:
+emacs-w3m W3m browser extention.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 8b115d620c5..98a322ce30c 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -138,6 +138,7 @@ elinks-exmode Enable vi-like command entry. elinks-fastmem Allow direct use of system memory allocation functions. elinks-html-highlight Enable HTML highlighting using DOM engine. elinks-root-exec Allow elinks to run as root. +emacs-w3m W3m browser extention. emacs-xaw3d Emacs should use Xaw3D for the scrollbar. embedded-server Enable embedded server support for MySQL. enchant Add spell checking support using enchant. |