aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-02-05 06:39:43 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-02-05 08:02:05 +0000
commite7960dd0982ba9258a7f3a305502ee5e457cd29a (patch)
tree95bb8002f93994af1c00f0d0e7cdc2a5fc254abe
parent41c09f372063b3fd5a6dd0f9c7b84ed886121bc0 (diff)
downloadports-e7960dd0982ba9258a7f3a305502ee5e457cd29a.tar.gz
ports-e7960dd0982ba9258a7f3a305502ee5e457cd29a.zip
x11/xditview: Sort USES and LIB_DEPENDS
Reported by: jbeich Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r--x11/xditview/Makefile6
1 files 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>