pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/flnews



Module Name:    pkgsrc
Committed By:   micha
Date:           Tue Apr 21 07:57:01 UTC 2020

Modified Files:
        pkgsrc/news/flnews: Makefile

Log Message:
news/flnews: Remove libXcursor dependency

It is a dependency of FLTK library (missing in the bl3 file there).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/news/flnews/Makefile

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

Modified files:

Index: pkgsrc/news/flnews/Makefile
diff -u pkgsrc/news/flnews/Makefile:1.8 pkgsrc/news/flnews/Makefile:1.9
--- pkgsrc/news/flnews/Makefile:1.8     Mon Apr 20 00:43:51 2020
+++ pkgsrc/news/flnews/Makefile Tue Apr 21 07:57:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/04/20 00:43:51 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/21 07:57:01 micha Exp $
 
 FLNEWS_VERSION=        0.17
 
@@ -76,6 +76,5 @@ BUILDLINK_API_DEPENDS.zlib+=  zlib>=1.2.3
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/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