git: e7960dd0982b - main - x11/xditview: Sort USES and LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Feb 2024 08:02:21 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e7960dd0982ba9258a7f3a305502ee5e457cd29a
commit e7960dd0982ba9258a7f3a305502ee5e457cd29a
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-02-05 06:39:43 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-02-05 08:02:05 +0000
x11/xditview: Sort USES and LIB_DEPENDS
Reported by: jbeich
Sponsored by: Beckhoff Automation GmbH & Co. KG
---
x11/xditview/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11/xditview/Makefile b/x11/xditview/Makefile
index a861844998b7..b8a4c2964dc2 100644
--- a/x11/xditview/Makefile
+++ b/x11/xditview/Makefile
@@ -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>