svn commit: r515723 - head/sysutils/enteruser

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Oct 26 18:19:49 UTC 2019


Author: 0mp
Date: Sat Oct 26 18:19:48 2019
New Revision: 515723
URL: https://svnweb.freebsd.org/changeset/ports/515723

Log:
  Remove Perl from build dependencies

Modified:
  head/sysutils/enteruser/Makefile

Modified: head/sysutils/enteruser/Makefile
==============================================================================
--- head/sysutils/enteruser/Makefile	Sat Oct 26 18:12:59 2019	(r515722)
+++ head/sysutils/enteruser/Makefile	Sat Oct 26 18:19:48 2019	(r515723)
@@ -15,6 +15,7 @@ COMMENT=	Extensible script for adding new users
 LICENSE=	BSD2CLAUSE
 
 USES=		perl5 shebangfix
+USE_PERL5=	run
 SHEBANG_FILES=	enteruser
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list