diff options
Diffstat (limited to 'databases/postgresql_autodoc/Makefile')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile index f4c97480c167..4bd5cf7ae3ed 100644 --- a/databases/postgresql_autodoc/Makefile +++ b/databases/postgresql_autodoc/Makefile @@ -12,9 +12,9 @@ COMMENT= Automatic documentation generator for postgresql databases BROKEN= unfetchable -RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS= p5-HTML-Template>=0:www/p5-HTML-Template \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ + p5-DBD-Pg>=0:databases/p5-DBD-Pg USES+= gmake perl5 shebangfix SHEBANG_FILES= postgresql_autodoc.pl |