diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-17 02:32:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-17 02:32:06 +0000 |
commit | 6ec9819edfeb99d2a68e9d2b97e446a703464d4d (patch) | |
tree | 242b22147758b6d6fe315beed9bae96bd6a9b3ae | |
parent | Removed @cwd. (diff) |
Add BUILD_DEPENDS to emacs, we need to byte-compile a file.
Notes
Notes:
svn path=/head/; revision=4527
-rw-r--r-- | devel/id-utils/Makefile | 5 | ||||
-rw-r--r-- | devel/idutils/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index fdbcb91132f5..88e98fc6e09b 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 diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile index fdbcb91132f5..88e98fc6e09b 100644 --- a/devel/idutils/Makefile +++ b/devel/idutils/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 |