diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-04 02:41:51 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-04 02:41:51 +0000 |
commit | e6c69015bf150e0db183e4e04ce1ecab9f498ae8 (patch) | |
tree | bb5d55f391a306536396c2bb4eb494b1fa69bd59 /devel/autoconf26 | |
parent | 5c977eca3a111cee2e63158b312a5f1cfd2b2f0b (diff) | |
download | ports-e6c69015bf150e0db183e4e04ce1ecab9f498ae8.tar.gz ports-e6c69015bf150e0db183e4e04ce1ecab9f498ae8.zip |
Notes
Diffstat (limited to 'devel/autoconf26')
-rw-r--r-- | devel/autoconf26/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/autoconf26/Makefile b/devel/autoconf26/Makefile index 245bd03078aa..420465d4c652 100644 --- a/devel/autoconf26/Makefile +++ b/devel/autoconf26/Makefile @@ -3,17 +3,17 @@ # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.11 1997/06/13 07:33:36 max Exp $ +# $Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp $ # DISTNAME= autoconf-2.12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - MAINTAINER= torstenb@FreeBSD.ORG +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 + GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 |