pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/groonga
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Oct 6 00:11:47 UTC 2020
Modified Files:
pkgsrc/textproc/groonga: buildlink3.mk
Log Message:
groonga: adjust to use $PKG_BUILD_OPTIONS in buildlink3.mk
Match the expected variable name in this context and adjust to
(pkglint) recommended style. (I'm not sure some or all of this
handling is actually necessary; it isn't needed in one of my test
environments. I've left it in for now.)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/groonga/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/groonga/buildlink3.mk
diff -u pkgsrc/textproc/groonga/buildlink3.mk:1.2 pkgsrc/textproc/groonga/buildlink3.mk:1.3
--- pkgsrc/textproc/groonga/buildlink3.mk:1.2 Sun Mar 8 16:48:14 2020
+++ pkgsrc/textproc/groonga/buildlink3.mk Tue Oct 6 00:11:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2020/03/08 16:48:14 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2020/10/06 00:11:47 gutteridge Exp $
BUILDLINK_TREE+= groonga
@@ -16,19 +16,19 @@ BUILDLINK_INCDIRS.groonga+= include/groo
pkgbase := groonga
.include "../../mk/pkg-build-options.mk"
-.if !empty(PKG_OPTIONS:Mgroonga-suggest-learner)
+.if ${PKG_BUILD_OPTIONS.groonga:Mgroonga-suggest-learner}
.include "../../devel/msgpack/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Mlz4)
+.if ${PKG_BUILD_OPTIONS.groonga:Mlz4}
.include "../../archivers/lz4/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Mmecab)
+.if ${PKG_BUILD_OPTIONS.groonga:Mmecab}
.include "../../textproc/mecab/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Mzlib)
+.if ${PKG_BUILD_OPTIONS.groonga:Mzlib}
.include "../../devel/zlib/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index