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 | 3515fa1f4c060ae52c861945df90c5df8b6d8a95 (patch) | |
tree | 79624c2fd1126cbf90c949c096d25eec7101d7c5 | |
parent | ec0385953045aed614e3b4006fae752c5c2b94b4 (diff) | |
download | pkgsrc-3515fa1f4c060ae52c861945df90c5df8b6d8a95.tar.gz |
Whitespace cleanup for pkglint.
-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 - |