diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-29 15:35:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-29 15:35:04 +0000 |
commit | 85b81f9ab41f5c2712fefc808ea15d3e2802f6a4 (patch) | |
tree | 79624c2fd1126cbf90c949c096d25eec7101d7c5 /audio | |
parent | da76f30052b1ba4d29c7e3291a5b6097f2ef3a22 (diff) | |
download | pkgsrc-85b81f9ab41f5c2712fefc808ea15d3e2802f6a4.tar.gz |
Whitespace cleanup for pkglint.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/pulseaudio/options.mk b/audio/pulseaudio/options.mk index c7fe0366ae4..17f68f37209 100644 --- a/audio/pulseaudio/options.mk +++ b/audio/pulseaudio/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2012/11/03 01:54:55 ryoon Exp $ +# $NetBSD: options.mk,v 1.5 2013/01/29 15:35:04 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pulseaudio PKG_SUPPORTED_OPTIONS= avahi x11 @@ -29,4 +29,3 @@ PLIST.x11= yes .else CONFIGURE_ARGS+= --disable-x11 .endif - |