diff options
author | asami <asami@FreeBSD.org> | 1996-11-17 10:32:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-17 10:32:06 +0800 |
commit | 5a2bc06b0797cee1688ef39fb66d9e3f512b16bc (patch) | |
tree | a176fc61ea6af2ab1202d86f2e74f339643c59aa /devel/idutils | |
parent | b2644702084457f2ebe6458ddd18a533ecc88723 (diff) | |
download | freebsd-ports-gnome-5a2bc06b0797cee1688ef39fb66d9e3f512b16bc.tar.gz freebsd-ports-gnome-5a2bc06b0797cee1688ef39fb66d9e3f512b16bc.tar.zst freebsd-ports-gnome-5a2bc06b0797cee1688ef39fb66d9e3f512b16bc.zip |
Add BUILD_DEPENDS to emacs, we need to byte-compile a file.
Diffstat (limited to 'devel/idutils')
-rw-r--r-- | devel/idutils/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |