diff --git a/dev-lang/vasm/vasm-1.8a.recipe b/dev-lang/vasm/vasm-1.8a.recipe index 825d02dcc..fc3c81160 100644 --- a/dev-lang/vasm/vasm-1.8a.recipe +++ b/dev-lang/vasm/vasm-1.8a.recipe @@ -46,7 +46,7 @@ Supported output file formats: HOMEPAGE="http://sun.hasenbraten.de/vasm/" COPYRIGHT="2002-2017 Volker Barthelmann" LICENSE="vasm" -REVISION="1" +REVISION="2" SOURCE_URI="http://server.owl.de/~frank/tags/vasm1_8a.tar.gz" CHECKSUM_SHA256="69981927a5e12f4befeb4b4b7b5eec8114f1470f7ec9131f9adf11034ab75c9f" SOURCE_DIR="vasm" @@ -57,6 +57,7 @@ PROVIDES=" vasm = $portVersion cmd:vasmz80_oldstyle cmd:vasm6800_oldstyle + cmd:vobjdump " REQUIRES=" haiku @@ -82,4 +83,5 @@ INSTALL() mkdir $binDir cp vasmz80_oldstyle $binDir cp vasm6800_oldstyle $binDir + cp vobjdump $binDir }