diff options
Diffstat (limited to 'x11/xfd/Makefile')
-rw-r--r-- | x11/xfd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index bd2ba44e3771..0d8bcf37fb1a 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -2,6 +2,7 @@ PORTNAME= xfd PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -9,7 +10,7 @@ COMMENT= Display all characters in an X font LICENSE= MIT -LIB_DEPENDS= libfreetype.so.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig |