diff options
| author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
|---|---|---|
| committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
| commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
| tree | fc8323f5d400038235fda42a6096107239789049 /misc/nut | |
| parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
Notes
Diffstat (limited to 'misc/nut')
| -rw-r--r-- | misc/nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/nut/Makefile b/misc/nut/Makefile index fc6e2eabee1e..75824c6974c8 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -3,7 +3,7 @@ PORTNAME= nut PORTVERSION= 18.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF PKGNAMEPREFIX= health- @@ -32,7 +32,7 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MFLTK} LIB_DEPENDS+= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - freetype:${PORTSDIR}/print/freetype2 \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ expat:${PORTSDIR}/textproc/expat2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ fltk_images:${PORTSDIR}/x11-toolkits/fltk |
