aboutsummaryrefslogtreecommitdiff
path: root/textproc/dictem
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-07-05 00:14:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-07-05 00:14:19 +0000
commit982d958fffb154a28a504ca972f88cfd3c1b1038 (patch)
tree42b36a647e93fee4985eed64db1c82c147a8c574 /textproc/dictem
parentd9c176b1c08f00c2b0397c2df93477ba686de8f6 (diff)
downloadports-982d958fffb154a28a504ca972f88cfd3c1b1038.tar.gz
ports-982d958fffb154a28a504ca972f88cfd3c1b1038.zip
[maintainer update] textproc/dictem: Upgrade to use system default Emacs
Remove EMACS_PORT_NAME to use system default emacs version Note: to avoid conflicts please remove dictem-emacs22 port first. PR: ports/117580 Submitted by: Max N. Boyarov <m.boyarov@bsd.by>
Notes
Notes: svn path=/head/; revision=216329
Diffstat (limited to 'textproc/dictem')
-rw-r--r--textproc/dictem/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile
index 68fd0eafe3ef..c13695f991fc 100644
--- a/textproc/dictem/Makefile
+++ b/textproc/dictem/Makefile
@@ -6,7 +6,7 @@
PORTNAME= dictem
PORTVERSION= 0.81
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc net elisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,10 +15,6 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= m.boyarov@bsd.by
COMMENT= DictEm is a dict client for [X]Emacs
-USE_EMACS= yes
-
-EMACS_PORT_NAME?=emacs21
-
.if ${EMACS_PORT_NAME} != "emacs21"
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
.endif