diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-08 11:34:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-08 11:34:36 +0000 |
commit | 7daccf08b54ad75beddaf606df0182f17621bd64 (patch) | |
tree | 217ff2f582d4cc889b9de981d9c6140f6072b48c /devel | |
parent | 776a263c1698271420c6cb8f83662309927f7b08 (diff) | |
download | pkgsrc-7daccf08b54ad75beddaf606df0182f17621bd64.tar.gz |
Update to 2.53nb1: Do not install lisp files even if emacs or xemacs
are found.
Patch from Jarkko Torppa in pkg/17879. Also closed pkg/17733.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/autoconf-devel/Makefile b/devel/autoconf-devel/Makefile index 7ba1dfe3a66..0e623059ec4 100644 --- a/devel/autoconf-devel/Makefile +++ b/devel/autoconf-devel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/05/08 11:03:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/08 11:34:36 wiz Exp $ DISTNAME= autoconf-2.53 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} @@ -15,6 +16,7 @@ CONFLICTS= autoconf-devel-[0-9]* USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --without-lispdir CONFIGURE_ENV+= AWK="${AWK}" M4= ${PREFIX}/bin/gm4 |