svn commit: r388309 - head/databases/postgresql_autodoc

Jimmy Olgeni olgeni at FreeBSD.org
Tue Jun 2 09:05:28 UTC 2015


Author: olgeni
Date: Tue Jun  2 09:05:27 2015
New Revision: 388309
URL: https://svnweb.freebsd.org/changeset/ports/388309

Log:
  BUILD_DEPENDS are actually RUN_DEPENDS.
  
  PR:		200573
  Submitted by:	tobias.kortkamp at gmail.com

Modified:
  head/databases/postgresql_autodoc/Makefile

Modified: head/databases/postgresql_autodoc/Makefile
==============================================================================
--- head/databases/postgresql_autodoc/Makefile	Tue Jun  2 07:51:00 2015	(r388308)
+++ head/databases/postgresql_autodoc/Makefile	Tue Jun  2 09:05:27 2015	(r388309)
@@ -10,7 +10,7 @@ DIST_SUBDIR=	postgresql
 MAINTAINER=	olgeni at 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
 


More information about the svn-ports-all mailing list