summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2020-04-21 07:57:01 +0000
committermicha <micha@pkgsrc.org>2020-04-21 07:57:01 +0000
commit4730f93a28b65d41c19268f4627e34656d2c74cf (patch)
tree3c65d95395c8a369d5db9e6e7d0829a1aeca6d03 /news
parent71dbd010db101fb471b95530b56a08abcf861915 (diff)
downloadpkgsrc-4730f93a28b65d41c19268f4627e34656d2c74cf.tar.gz
news/flnews: Remove libXcursor dependency
It is a dependency of FLTK library (missing in the bl3 file there).
Diffstat (limited to 'news')
-rw-r--r--news/flnews/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/news/flnews/Makefile b/news/flnews/Makefile
index c8f96603946..43b180e88df 100644
--- a/news/flnews/Makefile
+++ b/news/flnews/Makefile
@@ -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"