diff options
author | wiz <wiz> | 2002-08-08 11:34:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-08 11:34:36 +0000 |
commit | b82a4c558e47b5d32ed9f49d72091971a244491d (patch) | |
tree | 217ff2f582d4cc889b9de981d9c6140f6072b48c /devel | |
parent | b68d86865aca78b47026f5a807497d59d8fea6fb (diff) | |
download | pkgsrc-b82a4c558e47b5d32ed9f49d72091971a244491d.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 |