x11/xditview: Sort USES and LIB_DEPENDS

Reported by:	jbeich
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2024Q2
Emmanuel Vadot 2024-02-05 07:39:43 +01:00
parent 41c09f3720
commit e7960dd098
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@ COMMENT= Display ditroff output
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xaw xft xrender xmu xt
LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xaw xft xmu xrender xt
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>