diff options
author | rillig <rillig> | 2007-03-18 22:07:52 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-03-18 22:07:52 +0000 |
commit | cb9bb56c12907b87785f5264b5b2da8b1fecf455 (patch) | |
tree | 5f3c8514228b49137695c34a1d930d42b60c69ac /print | |
parent | 84fb194f6c121b54bd94c85a8db141fb8e03c8a7 (diff) | |
download | pkgsrc-cb9bb56c12907b87785f5264b5b2da8b1fecf455.tar.gz |
The autoconf2.14 dependency tracking does not work with MIPSpro, so
disable it.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 07630ce350d..fa0fdbfb7fb 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2006/06/07 21:11:55 minskim Exp $ +# $NetBSD: Makefile,v 1.66 2007/03/18 22:07:52 rillig Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -29,6 +29,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= LPR=lpr CONFIGURE_ARGS+= --with-medium=${PAPERSIZE:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --disable-dependency-tracking EGDIR= ${PREFIX}/share/examples/a2ps CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg |