aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf253
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-01 05:09:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-01 05:09:13 +0000
commit51b84d93218641e1bb63a2ad1e56ace584747fcc (patch)
tree84bb880c11940c8eeb5c76909879a270f8c77446 /devel/autoconf253
parenteb3d84fb435098454d796ffcf76700a8bfb5ae0b (diff)
downloadports-51b84d93218641e1bb63a2ad1e56ace584747fcc.tar.gz
ports-51b84d93218641e1bb63a2ad1e56ace584747fcc.zip
Notes
Diffstat (limited to 'devel/autoconf253')
-rw-r--r--devel/autoconf253/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile
index bc47efdc3562..05b8533a1b38 100644
--- a/devel/autoconf253/Makefile
+++ b/devel/autoconf253/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 <bsd.port.mk>