diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 15:58:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 15:58:07 +0000 |
commit | 33ed9d8ff5161f9cd6bc560e1fd1264d269c627e (patch) | |
tree | 88024ce5d89b66997b0e05d167ab58c42bbb735a /graphics | |
parent | Fix without gperf in base (diff) |
Fix without gperf in base
Notes
Notes:
svn path=/head/; revision=370355
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/flasm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/flasm/Makefile b/graphics/flasm/Makefile index f16fc5591928..9f98c85a601b 100644 --- a/graphics/flasm/Makefile +++ b/graphics/flasm/Makefile @@ -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 |