aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql_autodoc
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2007-01-28 21:28:42 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2007-01-28 21:28:42 +0000
commitd3f25b4378bd6474dea4e746aec8c16b4b612567 (patch)
treee8f0069203a3e1d4c66aad34924b7bae8e0ca8c9 /databases/postgresql_autodoc
parent0bc2edb1ebe6178264508e921e9339b96240bf40 (diff)
downloadports-d3f25b4378bd6474dea4e746aec8c16b4b612567.tar.gz
ports-d3f25b4378bd6474dea4e746aec8c16b4b612567.zip
Notes
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r--databases/postgresql_autodoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile
index f811179dc85a..07c0f125ae02 100644
--- a/databases/postgresql_autodoc/Makefile
+++ b/databases/postgresql_autodoc/Makefile
@@ -17,7 +17,7 @@ COMMENT= Automatic documentation generator for postgresql databases
.include <bsd.port.pre.mk>
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
- ${SITE_PERL}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
+ ${SITE_PERL}/mach/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13