diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-29 10:53:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-29 10:53:47 +0000 |
commit | af4a0902d0e2c70c4703ad8a29afee24827713dd (patch) | |
tree | cd9706a3c6de9d6f1ee29ecf90bdd79a974eb961 | |
parent | Fix PLIST. I had an old object file in my tree. (diff) |
Add BUILD_DEPENDS to emacs, we need to compile an .elc file.
Notes
Notes:
svn path=/head/; revision=6360
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 373316a07475..ff3021ee93e2 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.18 1997/02/10 16:16:02 jmz Exp $ +# $Id: Makefile,v 1.19 1997/04/27 00:11:47 asami Exp $ # DISTNAME= ispell-3.1 @@ -14,6 +14,8 @@ DISTFILES= ispell-3.1.20.tar.gz MAINTAINER= jmz@FreeBSD.org +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs + MAKE_FLAGS= TMPDIR=${.CURDIR} -f MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 |