diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-07-29 20:57:12 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-07-29 20:57:12 +0000 |
commit | 115c083f3099ddc08a4e9af151dd1d33385f77ba (patch) | |
tree | bbfc7c58868b132ad0e60a34e5449167c5f30c93 | |
parent | Use new LIB_DEPENDS format (diff) |
Update LIB_DEPENDS for gsl to new format.
-rw-r--r-- | mail/bogofilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |