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/gsed | |
parent | 21208de8d2bceaf5fa03938c9dabaec8772618a9 (diff) | |
download | pkgsrc-11cded8201fcea203294da162d775400318a589c.tar.gz |
*: Add some required USE_GCC_RUNTIME.
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |