diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-07-17 10:56:23 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-07-17 10:56:23 +0000 |
commit | 11cded8201fcea203294da162d775400318a589c (patch) | |
tree | 1ef2b8bfa2874e234de821242677ac97e9821048 /textproc | |
parent | 21208de8d2bceaf5fa03938c9dabaec8772618a9 (diff) | |
download | pkgsrc-11cded8201fcea203294da162d775400318a589c.tar.gz |
*: Add some required USE_GCC_RUNTIME.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gsed/Makefile | 3 | ||||
-rw-r--r-- | textproc/xmlto/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 3b4faa9e40b..830f56b0c97 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2018/04/27 14:16:23 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2018/07/17 10:56:24 jperkin Exp $ DISTNAME= sed-4.5 PKGNAME= g${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/sed/sed.html COMMENT= GNU implementation of sed, the POSIX stream editor LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3 +USE_GCC_RUNTIME= yes USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES INFO_FILES= YES diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index ef9f642c149..aae366f047d 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2018/01/21 18:45:27 roy Exp $ +# $NetBSD: Makefile,v 1.33 2018/07/17 10:56:24 jperkin Exp $ DISTNAME= xmlto-0.0.28 PKGREVISION= 2 @@ -15,6 +15,7 @@ DEPENDS+= getopt-[0-9]*:../../misc/getopt DEPENDS+= docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl DEPENDS+= libxml2>=2.6.2:../../textproc/libxml2 +USE_GCC_RUNTIME= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= mktemp GNU_CONFIGURE= yes |