diff options
author | nork <nork@FreeBSD.org> | 2004-05-29 16:19:10 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-05-29 16:19:10 +0000 |
commit | 7cac82bc5bf24bf75782be6ecf60fab13175b038 (patch) | |
tree | 74ba95169db51f50ed1ab03350e147baa6d9871a /japanese/emacs-emcws | |
parent | 9da0b235b2826554e9f3f19c9e584f0e7fb23cef (diff) | |
download | FreeBSD-ports-7cac82bc5bf24bf75782be6ecf60fab13175b038.zip FreeBSD-ports-7cac82bc5bf24bf75782be6ecf60fab13175b038.tar.gz |
Fix dependency on emacs.
PR: users-jp/79584[1], ports/67285[2]
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) [2]
Reported by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> [1]
Committed at: 10th EBUG Meeting in Tokamachi City, Niigata, Japan
Diffstat (limited to 'japanese/emacs-emcws')
-rw-r--r-- | japanese/emacs-emcws/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile index ab2ee24..ad9b0ff 100644 --- a/japanese/emacs-emcws/Makefile +++ b/japanese/emacs-emcws/Makefile @@ -7,7 +7,7 @@ PORTNAME= emcws PORTVERSION= ${EMACS_VER} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -27,6 +27,7 @@ MAINTAINER= nakaji@jp.freebsd.org COMMENT= Emacs + Canna + Wnn + Sj3 BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs +RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs WRKSRC= ${WRKDIR}/emacs-${EMACS_VER} |