diff options
Diffstat (limited to 'misc/nut')
-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 |