diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 09:14:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 09:14:06 +0000 |
commit | e5a15a7ad70d589b6096597f3d84ecaebcff08c9 (patch) | |
tree | b7cf9e9960c1bae7dbb22de78f6b2da6946db707 /x11/p5-Wx | |
parent | a8be1fb9025e7bcb33e3af034f9b876c65b4f0ef (diff) | |
download | pkgsrc-e5a15a7ad70d589b6096597f3d84ecaebcff08c9.tar.gz |
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'x11/p5-Wx')
-rw-r--r-- | x11/p5-Wx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index 77821f7208c..9672e0de7cf 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2019/08/11 13:17:50 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2019/11/03 09:14:14 rillig Exp $ DISTNAME= Wx-0.9932 PKGNAME= p5-${DISTNAME} @@ -16,9 +16,9 @@ MAKE_JOBS_SAFE= no # All .so's "Invalid type identifier" CTF_SUPPORTED= no -BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets +BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets #BUILD_DEPENDS+= {perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS -BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.16.02:../../devel/p5-ExtUtils-XSpp +BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.16.02:../../devel/p5-ExtUtils-XSpp #USE_TOOLS+= gmake pkg-config wx-config USE_TOOLS+= perl |