summaryrefslogtreecommitdiff
path: root/editors/gummi
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-06-08 10:40:52 +0000
committerrillig <rillig@pkgsrc.org>2019-06-08 10:40:52 +0000
commitda7926cedfcd3a80a37f3a5db3b7ef9601211bcb (patch)
treeeaaa49f5a055ba0a9984b84a0ac3496741147403 /editors/gummi
parent09b367b39eaa2e2f96055fcf6b5d5d268f2622e9 (diff)
downloadpkgsrc-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/gummi')
-rw-r--r--editors/gummi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile
index b9dce6faaf5..42d2576a312 100644
--- a/editors/gummi/Makefile
+++ b/editors/gummi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2019/05/09 13:57:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2019/06/08 10:40:55 rillig Exp $
DISTNAME= gummi-0.6.6
PKGREVISION= 26
@@ -12,11 +12,11 @@ HOMEPAGE= https://github.com/alexandervdm/gummi
COMMENT= LaTeX editor, written in C/GTK+
LICENSE= mit
-USE_TOOLS+= pkg-config intltool msgfmt gmake automake autoreconf
+USE_TOOLS+= pkg-config intltool msgfmt gmake automake autoreconf
BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
# we need some latex, but not all
-#DEPENDS+= texlive-collection-all-[0-9]*:../../meta-pkgs/texlive-collection-all
+#DEPENDS+= texlive-collection-all-[0-9]*:../../meta-pkgs/texlive-collection-all
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= yes
@@ -24,7 +24,7 @@ USE_PKGLOCALEDIR= yes
AUTO_MKDIRS= yes
pre-configure:
- cd ${WRKSRC:Q} && ${TOOLS_PATH.autoreconf} -vi
+ cd ${WRKSRC} && ${TOOLS_PATH.autoreconf} -vi
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"