svn commit: r324194 - head/converters/nomyso

Mathieu Arnold mat at FreeBSD.org
Sat Aug 3 13:54:12 UTC 2013


Author: mat
Date: Sat Aug  3 13:54:12 2013
New Revision: 324194
URL: http://svnweb.freebsd.org/changeset/ports/324194

Log:
  USES perl5, not yes...

Modified:
  head/converters/nomyso/Makefile

Modified: head/converters/nomyso/Makefile
==============================================================================
--- head/converters/nomyso/Makefile	Sat Aug  3 13:52:53 2013	(r324193)
+++ head/converters/nomyso/Makefile	Sat Aug  3 13:54:12 2013	(r324194)
@@ -14,7 +14,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION:S/.//
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Convert MASM/TASM files to NASM compatible sources
 
-USES=		yes
+USES=		perl5
 USE_ZIP=	yes
 USE_PERL5=	run
 NO_WRKSUBDIR=	yes


More information about the svn-ports-head mailing list