diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-08 09:30:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-08 09:30:14 +0000 |
commit | cb757d8ec5d6e325e9f67ca5a54e2cc4b63faec7 (patch) | |
tree | c1642f494223aefcae9b5cf048a6994fcc7ca304 /irc | |
parent | f54c9ced5cbf2bb79aaa5e66e19ae9c7ffd73c7f (diff) | |
download | ports-cb757d8ec5d6e325e9f67ca5a54e2cc4b63faec7.tar.gz ports-cb757d8ec5d6e325e9f67ca5a54e2cc4b63faec7.zip |
Notes
Diffstat (limited to 'irc')
-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 79b19e3b05f0..4d63b532cc60 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} |