diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-11-14 13:02:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-11-14 13:02:57 +0000 |
commit | 4ea122bdf661283c92b2663ab74715d6195e1080 (patch) | |
tree | a03d7d8035defbae8ecb5c743e2b2b9e2eb3ac5d /editors/Makefile | |
parent | 839ac07c42928ed8d43e2ca85609bb641a5ade59 (diff) |
- Add a slave port so packages of X11-less emacs are available for pkg_add -r
PR: ports/127193
Submitted by: phoffman@proper.com
Notes
Notes:
svn path=/head/; revision=222837
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index d498486e4a8c..a068fb5a689b 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -45,6 +45,7 @@ SUBDIR += em SUBDIR += emacs SUBDIR += emacs-devel + SUBDIR += emacs-nox11 SUBDIR += emacs.app SUBDIR += emacs21 SUBDIR += etoile-typewriter |