svn commit: r323918 - head/mail/bogofilter

Matthias Andree mandree at FreeBSD.org
Mon Jul 29 20:57:13 UTC 2013


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


More information about the svn-ports-all mailing list