diff options
author | tron <tron> | 2002-01-06 02:10:56 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-06 02:10:56 +0000 |
commit | 9239fcac71e5a580eaa6f346a9593e13e3c5e148 (patch) | |
tree | ce8c6161f6fb883430913b8dc8a04983a5e1c785 /print/a2ps | |
parent | d2e9452d3b5c80bd9a3989a34854899c8b723dae (diff) | |
download | pkgsrc-9239fcac71e5a580eaa6f346a9593e13e3c5e148.tar.gz |
Turn of "AUTOMAKE_OVERRIDE" for this package because it triggers a run
of "autoconf" instead to prevent.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
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 |