diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 01:48:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 01:48:11 +0000 |
commit | 2d94dc2a57e15ef36ef6232f10f83d7d835ed86f (patch) | |
tree | fa77975e558b22de534bb213b1f0a5ddc6816c02 /textproc/emacs-wiki | |
parent | f6ceda4641fbefafa4e37868815177f80a68a5d8 (diff) |
Notes
Diffstat (limited to 'textproc/emacs-wiki')
-rw-r--r-- | textproc/emacs-wiki/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile index 44f9f69c8606..5dbe0f9925f5 100644 --- a/textproc/emacs-wiki/Makefile +++ b/textproc/emacs-wiki/Makefile @@ -16,6 +16,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= dryice@dryice.name COMMENT= Create and use hyperlinks and simple formatting in plain text files +DEPRECATED= Depends on textproc/htmlize.el, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + USE_EMACS= yes EMACS_PORT_NAME?= emacs21 |