svn commit: r511381 - head/x11/luit

Niclas Zeising zeising at FreeBSD.org
Sat Sep 7 00:20:31 UTC 2019


Author: zeising
Date: Sat Sep  7 00:20:31 2019
New Revision: 511381
URL: https://svnweb.freebsd.org/changeset/ports/511381

Log:
  Portlint

Modified:
  head/x11/luit/Makefile

Modified: head/x11/luit/Makefile
==============================================================================
--- head/x11/luit/Makefile	Sat Sep  7 00:19:44 2019	(r511380)
+++ head/x11/luit/Makefile	Sat Sep  7 00:20:31 2019	(r511381)
@@ -11,12 +11,12 @@ COMMENT=	Locale and ISO 2022 support for Unicode termi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings
+
 USES=		iconv localbase:ldflags tar:tgz pkgconfig xorg
 USE_XORG=	ice x11 xt
 
 GNU_CONFIGURE=	yes
-
-BUILD_DEPENDS=	${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings
 
 CONFIGURE_ARGS=	--x-libraries=${LOCALBASE}/lib \
 		--x-includes=${LOCALBASE}/include \


More information about the svn-ports-all mailing list