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:   joerg
Date:           Wed Apr 15 22:37:40 UTC 2020

Modified Files:
        pkgsrc/www/dillo: Makefile

Log Message:
Needs libXcursor


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 pkgsrc/www/dillo/Makefile:1.79
--- pkgsrc/www/dillo/Makefile:1.78      Sat Jan 18 21:51:05 2020
+++ pkgsrc/www/dillo/Makefile   Wed Apr 15 22:37:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/01/18 21:51:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.79 2020/04/15 22:37:40 joerg Exp $
 
 DISTNAME=      dillo-3.0.5
 PKGREVISION=   6
@@ -42,6 +42,7 @@ post-install:
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/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