From owner-svn-ports-all@FreeBSD.ORG Tue May 6 18:43:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BEB1A0C; Tue, 6 May 2014 18:43:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 082DF3B0; Tue, 6 May 2014 18:43:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s46Ih3p4066181; Tue, 6 May 2014 18:43:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s46Ih3T3066180; Tue, 6 May 2014 18:43:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405061843.s46Ih3T3066180@svn.freebsd.org> From: Antoine Brodin Date: Tue, 6 May 2014 18:43:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353117 - head/databases/p5-DBD-ODBC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 18:43:04 -0000 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