Date: Sun, 11 May 2014 20:13:14 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353727 - head/lang/swi-pl Message-ID: <201405112013.s4BKDEOg064296@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405112013.s4BKDEOg064296>