diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-21 17:40:15 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-21 17:40:15 +0000 |
commit | c59a3834c4bd220def36c5006080d4e0f57b83e0 (patch) | |
tree | d65d5bf921ef2499700b90c4dc6855a0137ddaf2 /graphics/asciio/Makefile | |
parent | 556296fe6692c3141d20c3bf87b479397ff4f4b0 (diff) | |
download | ports-c59a3834c4bd220def36c5006080d4e0f57b83e0.tar.gz ports-c59a3834c4bd220def36c5006080d4e0f57b83e0.zip |
Notes
Diffstat (limited to 'graphics/asciio/Makefile')
-rw-r--r-- | graphics/asciio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asciio/Makefile b/graphics/asciio/Makefile index 1a21d5712fe4..e98424348f68 100644 --- a/graphics/asciio/Makefile +++ b/graphics/asciio/Makefile @@ -35,7 +35,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Directory/Scratch.pm:${PORTSDIR}/devel/p5-Directory- ${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter \ ${SITE_PERL}/Eval/Context.pm:${PORTSDIR}/devel/p5-Eval-Context \ ${SITE_PERL}/Check/ISA.pm:${PORTSDIR}/devel/p5-Check-ISA -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAKE_JOBS_SAFE= yes |