pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-ranger: wrap a long line in options.mk
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat Feb 11 14:13:00 2017 +0100
Changeset: 71da4bafadb7c7d5575caf6660f1f5411cac352a
Modified Files:
py-ranger/options.mk
Log Message:
py-ranger: wrap a long line in options.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=71da4bafadb7c7d5575caf6660f1f5411cac352a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-ranger/options.mk | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/py-ranger/options.mk b/py-ranger/options.mk
index 04307714a5..17ffc10270 100644
--- a/py-ranger/options.mk
+++ b/py-ranger/options.mk
@@ -28,7 +28,10 @@ DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils
###
.if !empty(PKG_OPTIONS:Mcaca)
.include "../../graphics/libcaca/buildlink3.mk"
-.include "../../mk/pkg-build-options.mk" .if !empty(PKG_BUILD_OPTIONS.libcaca:Mimlib2) CONFIGURE_ARGS+= --enable-imlib2 .endif
+.include "../../mk/pkg-build-options.mk"
+. if !empty(PKG_BUILD_OPTIONS.libcaca:Mimlib2)
+CONFIGURE_ARGS+= --enable-imlib2
+. endif
.endif
###
Home |
Main Index |
Thread Index |
Old Index