Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2013 20:57:12 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323918 - head/mail/bogofilter
Message-ID:  <201307292057.r6TKvCqb031060@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Jul 29 20:57:12 2013
New Revision: 323918
URL: http://svnweb.freebsd.org/changeset/ports/323918

Log:
  Update LIB_DEPENDS for gsl to new format.

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Mon Jul 29 20:51:23 2013	(r323917)
+++ head/mail/bogofilter/Makefile	Mon Jul 29 20:57:12 2013	(r323918)
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+=	--enable-unicode
 BF_LIBS+=		-liconv
 .endif
 .if ${PORT_OPTIONS:MGSL}
-LIB_DEPENDS+=		gsl:${PORTSDIR}/math/gsl
+LIB_DEPENDS+=		libgsl.so:${PORTSDIR}/math/gsl
 .else
 CONFIGURE_ARGS+=	--with-included-gsl
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307292057.r6TKvCqb031060>