From 115c083f3099ddc08a4e9af151dd1d33385f77ba Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 29 Jul 2013 20:57:12 +0000 Subject: [PATCH] Update LIB_DEPENDS for gsl to new format. --- mail/bogofilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 7bd42dd3fa24..8d0b261b99fa 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -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