Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 15:58:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370355 - head/graphics/flasm
Message-ID:  <201410071558.s97Fw849061548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct  7 15:58:07 2014
New Revision: 370355
URL: https://svnweb.freebsd.org/changeset/ports/370355
QAT: https://qat.redports.org/buildarchive/r370355/

Log:
  Fix without gperf in base

Modified:
  head/graphics/flasm/Makefile

Modified: head/graphics/flasm/Makefile
==============================================================================
--- head/graphics/flasm/Makefile	Tue Oct  7 15:57:43 2014	(r370354)
+++ head/graphics/flasm/Makefile	Tue Oct  7 15:58:07 2014	(r370355)
@@ -11,7 +11,7 @@ DISTNAME=	flasm16src
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Command line assembler/disassembler of flash actionscript bytecode
 
-USES=		bison dos2unix gmake zip
+USES=		bison dos2unix gmake gperf zip
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/flasm



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