Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2013 13:54:12 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324194 - head/converters/nomyso
Message-ID:  <201308031354.r73DsC9e039147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Convert MASM/TASM files to NASM compatible sources
 
-USES=		yes
+USES=		perl5
 USE_ZIP=	yes
 USE_PERL5=	run
 NO_WRKSUBDIR=	yes



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