diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
commit | 32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch) | |
tree | 5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/cairo | |
parent | 2476b87659dab34be04553e56079d38facafe0ad (diff) | |
download | pkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz |
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/options.mk b/graphics/cairo/options.mk index 20ed94faf7c..0833fe1dce3 100644 --- a/graphics/cairo/options.mk +++ b/graphics/cairo/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.18 2019/09/04 13:17:33 nia Exp $ +# $NetBSD: options.mk,v 1.19 2019/11/02 22:37:54 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cairo PKG_SUPPORTED_OPTIONS= x11 xcb @@ -25,7 +25,7 @@ PLIST.x11= yes . if !empty(PKG_OPTIONS:Mxcb) CONFIGURE_ARGS+= --enable-xcb PLIST.xcb= yes -. include "../../x11/libxcb/buildlink3.mk" +. include "../../x11/libxcb/buildlink3.mk" . else CONFIGURE_ARGS+= --disable-xcb . endif |