diff options
author | rillig <rillig@pkgsrc.org> | 2019-06-08 10:40:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-06-08 10:40:52 +0000 |
commit | da7926cedfcd3a80a37f3a5db3b7ef9601211bcb (patch) | |
tree | eaaa49f5a055ba0a9984b84a0ac3496741147403 /editors/nts | |
parent | 09b367b39eaa2e2f96055fcf6b5d5d268f2622e9 (diff) | |
download | pkgsrc-da7926cedfcd3a80a37f3a5db3b7ef9601211bcb.tar.gz |
editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors
Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
Diffstat (limited to 'editors/nts')
-rw-r--r-- | editors/nts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nts/Makefile b/editors/nts/Makefile index d8d45acd941..9d30fb7b5b5 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/26 13:13:56 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/06/08 10:40:56 rillig Exp $ DISTNAME= nts-78 PKGREVISION= 2 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets USE_LANGUAGES= # none |