pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/zbar
Module Name: pkgsrc
Committed By: leot
Date: Sat Jun 20 10:43:43 UTC 2020
Modified Files:
pkgsrc/graphics/zbar: buildlink3.mk
Log Message:
zbar: Simplify PKG_BUILD_OPTIONS check in bl3
Pointed out by pkglint.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/zbar/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/graphics/zbar/buildlink3.mk
diff -u pkgsrc/graphics/zbar/buildlink3.mk:1.1 pkgsrc/graphics/zbar/buildlink3.mk:1.2
--- pkgsrc/graphics/zbar/buildlink3.mk:1.1 Wed Dec 4 11:17:32 2019
+++ pkgsrc/graphics/zbar/buildlink3.mk Sat Jun 20 10:43:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/12/04 11:17:32 leot Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/06/20 10:43:43 leot Exp $
BUILDLINK_TREE+= zbar
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.zbar?= ../../graphic
pkgbase:= zbar
.include "../../mk/pkg-build-options.mk"
-.if !empty(PKG_BUILD_OPTIONS.zbar:Mx11)
+.if ${PKG_BUILD_OPTIONS.zbar:Mx11}
.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index