diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/postgresql_autodoc/Makefile | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
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 |