Add BUILD_DEPENDS to emacs, we need to byte-compile a file.

This commit is contained in:
Satoshi Asami 1996-11-17 02:32:06 +00:00
parent a41487394a
commit 6ec9819edf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4527
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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