From 51b84d93218641e1bb63a2ad1e56ace584747fcc Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 1 Apr 1996 05:09:13 +0000 Subject: Use RUN_DEPENDS instead of EXEC_DEPENDS, as it is not (technicall) necessary to have /usr/local/bin/gm4 just to build this port. However, the configure script would find /usr/bin/m4 if /usr/local/bin/gm4 isn't there, so tell it to use tha latter via CONFIGURE_ENV. --- devel/gnu-autoconf/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/gnu-autoconf') diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile index bc47efdc3562..05b8533a1b38 100644 --- a/devel/gnu-autoconf/Makefile +++ b/devel/gnu-autoconf/Makefile @@ -3,17 +3,18 @@ # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $ +# $Id: Makefile,v 1.6 1996/03/27 20:19:08 markm Exp $ # DISTNAME= autoconf-2.9 CATEGORIES= devel MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ -EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes +CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 .include -- cgit v1.2.3