diff options
Diffstat (limited to 'textproc/dictionary')
-rw-r--r-- | textproc/dictionary/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index be014482a2e8..b12cac1b7681 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -7,7 +7,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A dictionary client for Emacs USE_EMACS= yes -EMACS_PORT_NAME?= emacs22 LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ELS= connection.el dictionary.el link.el |