pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/compiz



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Nov 28 15:49:17 UTC 2023

Modified Files:
        pkgsrc/wm/compiz: Makefile

Log Message:
compiz: Remove bogus BUILDLINK_DEPMETHOD.pango=build.

pango is already included at least twice by other full dependencies so it's
never going to be build-only, and it causes failures with indirect dependency
checks.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/wm/compiz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/compiz/Makefile
diff -u pkgsrc/wm/compiz/Makefile:1.153 pkgsrc/wm/compiz/Makefile:1.154
--- pkgsrc/wm/compiz/Makefile:1.153     Tue Nov 14 14:02:59 2023
+++ pkgsrc/wm/compiz/Makefile   Tue Nov 28 15:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2023/11/14 14:02:59 wiz Exp $
+# $NetBSD: Makefile,v 1.154 2023/11/28 15:49:17 jperkin Exp $
 #
 
 PKGVER=                0.8.8
@@ -72,7 +72,6 @@ post-install:
 .endfor
 
 # this is as much as needed for the basic window decorator
-BUILDLINK_DEPMETHOD.pango=     build
 .include "../../devel/pango/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index