aboutsummaryrefslogtreecommitdiff
path: root/japanese/lookup
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-08-04 00:56:02 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-08-04 00:56:02 +0000
commit47ebbc6d924942da9e1c09bf5cc493f57fcf788c (patch)
tree9763ddaa15f8d0dd58e7b36d98a671eb81f51af1 /japanese/lookup
parent076c17d83e3d36e0aa205f1bf358318ca37029e0 (diff)
downloadports-47ebbc6d924942da9e1c09bf5cc493f57fcf788c.tar.gz
ports-47ebbc6d924942da9e1c09bf5cc493f57fcf788c.zip
Fix compilation issue on emacs24.
PR: ports/170363
Notes
Notes: svn path=/head/; revision=301980
Diffstat (limited to 'japanese/lookup')
-rw-r--r--japanese/lookup/Makefile2
-rw-r--r--japanese/lookup/files/patch-lisp-ndic.el8
2 files changed, 9 insertions, 1 deletions
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile
index a465f1521d5b..48b35ea8337f 100644
--- a/japanese/lookup/Makefile
+++ b/japanese/lookup/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lookup
PORTVERSION= 1.4.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/japanese/lookup/files/patch-lisp-ndic.el b/japanese/lookup/files/patch-lisp-ndic.el
new file mode 100644
index 000000000000..bb0fb88a8ab1
--- /dev/null
+++ b/japanese/lookup/files/patch-lisp-ndic.el
@@ -0,0 +1,8 @@
+--- lisp/ndic.el.orig 2012-08-04 09:49:32.000000000 +0900
++++ lisp/ndic.el 2012-08-04 09:49:36.000000000 +0900
+@@ -1,4 +1,4 @@
+-e;;; ndic.el --- Lookup by free dictionaries
++;;; ndic.el --- Lookup by free dictionaries
+ ;; Copyright (C) 1999 Lookup Development Team <lookup@ring.gr.jp>
+
+ ;; Author: Keisuke Nishida <kei@psn.net>