diff options
author | wiz <wiz> | 2008-11-11 13:48:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-11-11 13:48:58 +0000 |
commit | 07706be3a6fa6d84a98bdcb2b744e5f531feab19 (patch) | |
tree | 72377c397447f20231167a5ee00c23f800aef721 /print | |
parent | c272e751ab46f96eaa9b7acd37c866cabeddced7 (diff) | |
download | pkgsrc-07706be3a6fa6d84a98bdcb2b744e5f531feab19.tar.gz |
Avoid finding emacs.
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 5f378500a48..9955c307a17 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2008/11/10 18:00:34 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2008/11/11 13:48:58 wiz Exp $ DISTNAME= a2ps-4.14 CATEGORIES= print @@ -27,6 +27,7 @@ CONFIGURE_ENV+= LPR=lpr CONFIGURE_ARGS+= --with-medium=${PAPERSIZE:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --disable-dependency-tracking +CONFIGURE_ARGS+= ac_cv_prog_EMACS=no EGDIR= ${PREFIX}/share/examples/a2ps CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg |