pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nasm nasm: remove unnecessary TOOL_DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e34706690467
branches:  trunk
changeset: 440564:e34706690467
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 12 12:54:01 2020 +0000

description:
nasm: remove unnecessary TOOL_DEPENDS

Override detection just to be on the safe side.

Addresses PR 55709 by Joern Clausen

diffstat:

 devel/nasm/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 8854182372c6 -r e34706690467 devel/nasm/Makefile
--- a/devel/nasm/Makefile       Mon Oct 12 12:04:42 2020 +0000
+++ b/devel/nasm/Makefile       Mon Oct 12 12:54:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/09/29 14:08:36 adam Exp $
+# $NetBSD: Makefile,v 1.67 2020/10/12 12:54:01 wiz Exp $
 
 DISTNAME=      nasm-2.15.05
 CATEGORIES=    devel lang
@@ -10,13 +10,12 @@
 COMMENT=       General-purpose x86 assembler
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
-TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
-
 USE_TOOLS+=            gmake makeinfo perl
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --docdir=${PREFIX}/share/doc/nasm
 CONFIGURE_ARGS+=       --htmldir=${PREFIX}/share/doc/nasm/html
+CONFIGURE_ENV+=                ASCIIDOC=false
+CONFIGURE_ENV+=                XMLTO=false
 
 BUILD_TARGET=          everything
 INSTALL_TARGET=                install_everything



Home | Main Index | Thread Index | Old Index