diff options
Diffstat (limited to 'emulators/p5-Acme-6502/Makefile')
-rw-r--r-- | emulators/p5-Acme-6502/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/p5-Acme-6502/Makefile b/emulators/p5-Acme-6502/Makefile index ec75af12b18a..7f5bd5bbc455 100644 --- a/emulators/p5-Acme-6502/Makefile +++ b/emulators/p5-Acme-6502/Makefile @@ -14,7 +14,7 @@ COMMENT= Pure Perl 65C02 simulator LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |