svn commit: r353117 - head/databases/p5-DBD-ODBC

Antoine Brodin antoine at FreeBSD.org
Tue May 6 18:43:04 UTC 2014


Author: antoine
Date: Tue May  6 18:43:03 2014
New Revision: 353117
URL: http://svnweb.freebsd.org/changeset/ports/353117
QAT: https://qat.redports.org/buildarchive/r353117/

Log:
  Unbreak

Modified:
  head/databases/p5-DBD-ODBC/Makefile

Modified: head/databases/p5-DBD-ODBC/Makefile
==============================================================================
--- head/databases/p5-DBD-ODBC/Makefile	Tue May  6 18:14:01 2014	(r353116)
+++ head/databases/p5-DBD-ODBC/Makefile	Tue May  6 18:43:03 2014	(r353117)
@@ -17,6 +17,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-DBI>=1.609:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+LIB_DEPENDS=	libodbc.so:${PORTSDIR}/databases/unixODBC
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list