svn commit: r509249 - head/x11/xkbset

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon Aug 19 02:51:10 UTC 2019


Author: stephen
Date: Mon Aug 19 02:51:09 2019
New Revision: 509249
URL: https://svnweb.freebsd.org/changeset/ports/509249

Log:
  - Fix portlint warning.

Modified:
  head/x11/xkbset/Makefile

Modified: head/x11/xkbset/Makefile
==============================================================================
--- head/x11/xkbset/Makefile	Sun Aug 18 23:57:24 2019	(r509248)
+++ head/x11/xkbset/Makefile	Mon Aug 19 02:51:09 2019	(r509249)
@@ -13,9 +13,9 @@ COMMENT=	Manage various XKB features of X Window
 
 LICENSE=	BSD3CLAUSE
 
+USES=		perl5
 USE_XORG=	x11
 USE_PERL5=	build
-USES=		perl5
 
 MAKE_ARGS=	X11BASE="${LOCALBASE}" X11PREFIX="${PREFIX}" \
 		INSTALL_DATA="${INSTALL_DATA}" \


More information about the svn-ports-all mailing list