diff options
author | wiz <wiz@pkgsrc.org> | 2021-01-04 22:34:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-01-04 22:34:54 +0000 |
commit | 04570e27d55be0c835c9d0fa3262d574319cf3fe (patch) | |
tree | ae49f4c07a17130deae52c4a4918027c9b962d18 /audio | |
parent | c691417cfb2a7a00650194854e07f8ae0aa1e906 (diff) | |
download | pkgsrc-04570e27d55be0c835c9d0fa3262d574319cf3fe.tar.gz |
pulseaudio: remove ~ pattern from skip files now that it's default
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 28ca66126a6..22d5ab73ad4 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2021/01/03 14:58:37 wiz Exp $ +# $NetBSD: Makefile,v 1.153 2021/01/04 22:34:54 wiz Exp $ DISTNAME= pulseaudio-14.0 CATEGORIES= audio @@ -38,9 +38,6 @@ TOOL_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser REPLACE_BASH= shell-completion/bash/pulseaudio git-version-gen REPLACE_BASH= src/utils/pa-info -# backup file has "==" -CHECK_PORTABILITY_SKIP+= configure~ - .include "../../mk/bsd.prefs.mk" # Some tests are incompatible for NetBSD at least |