summaryrefslogtreecommitdiff
path: root/x11/fltk13/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 09:14:06 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 09:14:06 +0000
commite5a15a7ad70d589b6096597f3d84ecaebcff08c9 (patch)
treeb7cf9e9960c1bae7dbb22de78f6b2da6946db707 /x11/fltk13/Makefile
parenta8be1fb9025e7bcb33e3af034f9b876c65b4f0ef (diff)
downloadpkgsrc-e5a15a7ad70d589b6096597f3d84ecaebcff08c9.tar.gz
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'x11/fltk13/Makefile')
-rw-r--r--x11/fltk13/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile
index cd3ba221941..7593ffd80aa 100644
--- a/x11/fltk13/Makefile
+++ b/x11/fltk13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/10/17 10:16:28 micha Exp $
+# $NetBSD: Makefile,v 1.32 2019/11/03 09:14:08 rillig Exp $
DISTNAME= fltk-1.3.5-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -21,8 +21,8 @@ TEST_TARGET= test
PKG_OPTIONS_VAR= PKG_OPTIONS.fltk13
PKG_SUPPORTED_OPTIONS= opengl # cairo
PKG_SUGGESTED_OPTIONS= opengl # cairo
-#PLIST_VARS+= cairo
-PLIST_VARS+= opengl
+#PLIST_VARS+= cairo
+PLIST_VARS+= opengl
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.options.mk"
@@ -42,15 +42,15 @@ PLIST.cs= yes
#.if !empty(PKG_OPTIONS:Mcairo)
#. include "../../graphics/cairo/buildlink3.mk"
#CONFIGURE_ARGS+= --enable-cairo
-#PLIST.cairo= yes
+#PLIST.cairo= yes
#.else
#CONFIGURE_ARGS+= --disable-cairo
#.endif
.if !empty(PKG_OPTIONS:Mopengl)
. if ${OPSYS} != "Darwin"
-. include "../../graphics/MesaLib/buildlink3.mk"
-. include "../../graphics/glu/buildlink3.mk"
+. include "../../graphics/MesaLib/buildlink3.mk"
+. include "../../graphics/glu/buildlink3.mk"
. endif
CONFIGURE_ARGS+= --enable-gl
PLIST.opengl= yes