Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 00:20:31 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511381 - head/x11/luit
Message-ID:  <201909070020.x870KVaa036706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909070020.x870KVaa036706>