pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/nasm
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 12 12:54:01 UTC 2020
Modified Files:
pkgsrc/devel/nasm: Makefile
Log Message:
nasm: remove unnecessary TOOL_DEPENDS
Override detection just to be on the safe side.
Addresses PR 55709 by Joern Clausen
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/nasm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/nasm/Makefile
diff -u pkgsrc/devel/nasm/Makefile:1.66 pkgsrc/devel/nasm/Makefile:1.67
--- pkgsrc/devel/nasm/Makefile:1.66 Tue Sep 29 14:08:36 2020
+++ pkgsrc/devel/nasm/Makefile Mon Oct 12 12:54:01 2020
@@ -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 @@ HOMEPAGE= https://www.nasm.us/
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