mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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.
This commit is contained in:
parent
eb3d84fb43
commit
51b84d9321
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2927
12 changed files with 36 additions and 24 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue