From owner-svn-ports-all@FreeBSD.ORG Sun May 11 20:13:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92F875C5; Sun, 11 May 2014 20:13:14 +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 7FC81227C; Sun, 11 May 2014 20:13:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BKDE9E064297; Sun, 11 May 2014 20:13:14 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4BKDEOg064296; Sun, 11 May 2014 20:13:14 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405112013.s4BKDEOg064296@svn.freebsd.org> From: Antoine Brodin Date: Sun, 11 May 2014 20:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353727 - head/lang/swi-pl 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: Sun, 11 May 2014 20:13:14 -0000 Author: antoine Date: Sun May 11 20:13:14 2014 New Revision: 353727 URL: http://svnweb.freebsd.org/changeset/ports/353727 QAT: https://qat.redports.org/buildarchive/r353727/ Log: Fix packaging after IODBC / UNIXODBC changes Reported by: pkg-fallout Modified: head/lang/swi-pl/Makefile Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Sun May 11 19:22:53 2014 (r353726) +++ head/lang/swi-pl/Makefile Sun May 11 20:13:14 2014 (r353727) @@ -11,10 +11,8 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Edinburgh-style Prolog compiler LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libjpeg.so:${PORTSDIR}/graphics/jpeg - -OPTIONS_DEFINE= ODBC -ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libodbc.so:${PORTSDIR}/databases/unixODBC CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib