diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-02-10 15:22:44 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-03-01 03:26:08 +0000 |
commit | 1ef927f42be77f3468fbc7005097b93888a6c9a8 (patch) | |
tree | ac5a2aad11a1be3e5d64fb4f93ad75d9890bb7e3 | |
parent | d5bf2b1ea7af92c3b153cda7415a6a8dab26df28 (diff) |
misc/nut: drop unused libpthread-stubs
PR: 269465
Approved by: jhale (maintainer)
-rw-r--r-- | misc/nut/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index cf8484df2182..0a87d4b6a913 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -1,6 +1,6 @@ PORTNAME= nut PORTVERSION= 20.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF PKGNAMEPREFIX= health- @@ -21,8 +21,7 @@ OPTIONS_DEFINE= FLTK DOCS OPTIONS_SUB= yes FLTK_DESC= Install FLTK GUI -FLTK_LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libfreetype.so:print/freetype2 \ +FLTK_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfltk_images.so:x11-toolkits/fltk |