pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/dillo



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 11 12:07:14 UTC 2024

Modified Files:
        pkgsrc/www/dillo: Makefile

Log Message:
dillo: Remove libXcursor dependency.

This comes in via fltk's bl3 for platforms that use x11 as a fltk backend.
On platforms that don't, dillo builds fine without it.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/www/dillo/Makefile

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

Modified files:

Index: pkgsrc/www/dillo/Makefile
diff -u pkgsrc/www/dillo/Makefile:1.90 pkgsrc/www/dillo/Makefile:1.91
--- pkgsrc/www/dillo/Makefile:1.90      Tue May  7 18:06:35 2024
+++ pkgsrc/www/dillo/Makefile   Sat May 11 12:07:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2024/05/07 18:06:35 abs Exp $
+# $NetBSD: Makefile,v 1.91 2024/05/11 12:07:13 nia Exp $
 
 DISTNAME=      dillo-3.1.0
 CATEGORIES=    www
@@ -45,7 +45,6 @@ post-install:
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../x11/fltk13/buildlink3.mk"
-.include "../../x11/libXcursor/buildlink3.mk"
 
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index