From 5a2bc06b0797cee1688ef39fb66d9e3f512b16bc Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 17 Nov 1996 02:32:06 +0000 Subject: Add BUILD_DEPENDS to emacs, we need to byte-compile a file. --- devel/id-utils/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'devel/id-utils') diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index fdbcb91..88e98fc 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Aug 1996 # Whom: pst@freebsd.org # -# $Id: Makefile,v 1.1.1.1 1996/08/22 23:57:54 pst Exp $ +# $Id: Makefile,v 1.2 1996/08/23 09:00:04 asami Exp $ # DISTNAME= id-utils-3.2 @@ -12,6 +12,9 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ MAINTAINER= pst@FreeBSD.ORG +# need to byte-compile a .el file +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs + GNU_CONFIGURE= yes USE_GMAKE= yes -- cgit v1.1