diff options
Diffstat (limited to 'x11/xfd/Makefile')
-rw-r--r-- | x11/xfd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index 625f9a1239e..bd2ba44e377 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -9,14 +9,10 @@ COMMENT= Display all characters in an X font LICENSE= MIT -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig XORG_CAT= app USE_XORG= xft xt xaw - -MAN1= xfd.1 - -NO_STAGE= yes .include <bsd.port.mk> |