diff options
author | knu <knu@FreeBSD.org> | 2001-05-08 09:30:14 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-08 09:30:14 +0000 |
commit | 93546f3142415f48e4f4f622fafdd0c270b55f76 (patch) | |
tree | 56159160f008715b6e6121b991c91b73bbdb13ea | |
parent | 4048ddc9738bae8280ecd382ac469bf5e2b2c00f (diff) | |
download | FreeBSD-ports-93546f3142415f48e4f4f622fafdd0c270b55f76.zip FreeBSD-ports-93546f3142415f48e4f4f622fafdd0c270b55f76.tar.gz |
Add pure-{emacs20,xemacs21-mule} to RUN_DEPENDS as well as
BUILD_DEPENDS.
PR: ports/27198
Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> (MAINTAINER)
-rw-r--r-- | irc/irchat-pj-emacs20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/irchat-pj-emacs20/Makefile b/irc/irchat-pj-emacs20/Makefile index 79b19e3..4d63b53 100644 --- a/irc/irchat-pj-emacs20/Makefile +++ b/irc/irchat-pj-emacs20/Makefile @@ -15,7 +15,8 @@ DISTNAME= irchat-pj-${PORTVERSION}p MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp BUILD_DEPENDS= ${LOCALBASE}/${LISPDIR:S,/${PORTNAME}$,/pure,}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} -RUN_DEPENDS= ${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc +RUN_DEPENDS= ${LOCALBASE}/${LISPDIR:S,/${PORTNAME}$,/pure,}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} \ + ${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc EMACS_PORT_NAME?= emacs20 LISPDIR?= ${EMACS_LIBDIR}/site-lisp/${PORTNAME} |