summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-06-02 09:05:27 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-06-02 09:05:27 +0000
commitf57304ac0319fae722a3318fbbb6d8dc87a4c884 (patch)
tree6c4189f974b740d75470d9049289e500d8321405
parentUpdate the optional (defaults to off) ldap authentication module to a more (diff)
BUILD_DEPENDS are actually RUN_DEPENDS.
PR: 200573 Submitted by: tobias.kortkamp@gmail.com
-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 7fb97d0de0ef..c3130d135a15 100644
--- a/databases/postgresql_autodoc/Makefile
+++ b/databases/postgresql_autodoc/Makefile
@@ -10,7 +10,7 @@ DIST_SUBDIR= postgresql
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Automatic documentation generator for postgresql databases
-BUILD_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
+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