diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-02-10 15:47:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-02-10 17:09:23 +0000 |
commit | 87f8159430d4debb4c8b8a0c239a62d6516ae7c7 (patch) | |
tree | d9952bbae77b398b27994c276a146bd6ad76b3e4 | |
parent | x11-wm/echinus: drop maintainership (diff) |
x11-wm/echinus: drop unused libpthread-stubs
PR: 269467
Approved by: hrkfdn@gmail.com (maintainer)
-rw-r--r-- | x11-wm/echinus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile index 22fe347a6287..cba7adbcfc45 100644 --- a/x11-wm/echinus/Makefile +++ b/x11-wm/echinus/Makefile @@ -11,7 +11,6 @@ WWW= https://plhk.ru/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig |