From d9bbe5905dcf6461d99338335d61c27cd4222f5e Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Jan 2002 02:10:56 +0000 Subject: Turn of "AUTOMAKE_OVERRIDE" for this package because it triggers a run of "autoconf" instead to prevent. --- print/a2ps/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'print/a2ps') diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index ced8b97da24..b4125eae448 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/12/17 19:03:06 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2002/01/06 02:10:56 tron Exp $ # DISTNAME= a2ps-4.13b @@ -15,15 +15,16 @@ DEPENDS+= papersize-1.0.2:../../print/papersize DEPENDS+= psutils-1.17:../../print/psutils STRIP= # empty -USE_PERL5= # defined -USE_GMAKE= # defined -USE_GTEXINFO= # defined -USE_LIBTOOL= # defined +USE_PERL5= YES +USE_GMAKE= YES +USE_GTEXINFO= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/auxdir/ltconfig -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES CONFIGURE_ENV+= LPR=lpr CONFIGURE_ARGS+= --with-medium="${PAPERSIZE}" +AUTOMAKE_OVERRIDE= NO INFO_FILES= a2ps.info ogonkify.info regex.info -- cgit v1.2.3